[SOLVED] PRG 420 WEEK 5 INDIVIDUAL ASSIGNMENT EXCEPTION HANDLING: For this assignment, you will apply what you learned in analyzing a simple Java™ program by writing your own Java™ program. The Java™ program you write should do the following:
- Organize the code capable of throwing an exception of type ParseException as a try block.
- Include a catch block to handle a ParseException error thown by the try block.
- Include a hard-coded error that results in a ParseException to prove that the code can catch and handle this type of exception.
[SOLVED] PRG 420 WEEK 5 INDIVIDUAL ASSIGNMENT EXCEPTION HANDLING: Complete this assignment by doing the following:
- Download and unzip the linked Week Five Coding Assigment Zip File.
- Add comments to the code by typing your name and the date in the multi-line comment header.
- Replace the following lines with Java™ code as directed in the file:
- Replace the value assigned with one of the variables so that the program throws an exception.
- Comment each line of code you add to explain what you intend the code to do. Be sure to include a comment for the replacement value you added in Step 4 that causes the program to throw an exception.
- Test and modify your Java™ program until it runs without errors and produces the results described above.
[SOLVED] PRG 420 WEEK 5 INDIVIDUAL ASSIGNMENT EXCEPTION HANDLING: Note: Refer to this week’s analyzing code assignment if you need help.
Submit your Java application file using the Assignment Files tab.