Writing a Java program that demonstrates Exception Handling

Writing a Java program that demonstrates Exception Handling

Help! Hit a wall on this one…

Errors occur in programs, and there are two ways to address the
problems. The first is to try to write code that checks for errors and
then deals with them. For example, you can use error checking to see if a
user selected a valid menu option after making a selection. Error
checking tries to prevent errors from occurring. Another method is to go
ahead and let errors occur but to handle them gracefully before they
can affect the operation of the program. This method, called exception handling, will be the focus of this project.

For this project, you will write a Java program that demonstrates
exception handling. Your program will accept from the user ten values
and place those numbers in an array. The numbers in the array will be
added together and the result displayed to the user. The program will
also perform division. The program should compare the values for
elements 1 and 2 in the array and divide the larger number by the
smaller number. It should compare the values for all odd/even elements
and divide the larger by the smaller value. The program should use
exception handling to avoid division by zero errors or out of range
errors (dictated by the variable’s data type) which would cause the
program to stop due to the error. The program should prompt the user for
a second set of ten numbers. When the user enters 9999 the program
should terminate normally.

For this project, do the following:

  • Create a new project in your IDE named “ExceptionHandler.”
  • Write code to accept numbers as described above from the user. Your code should ensure that only numbers are accepted.
  • Write
    code to add all values together and to divide larger numbers by smaller
    numbers in odd/even elements. Results should be displayed. Loop to get
    another set of ten numbers from the user until the user enters 9999 as
    the first number.
  • Use exception handling to handle division by zero and out of range exceptions.
  • In the catch blocks, be sure to display the cause of the exception to the user.
  • Make sure your exception handler will handle any other errors as a default.
  • Create
    a UML activity diagram that illustrates how your program works. Your
    diagram must include all the data items in your program.
  • Use good comments to describe how the program works.
  • Make sure the program runs correctly before submission.
  • Create a zip that includes your project folder and Word document, and upload it to the course portal.

This assignment will also be assessed using additional criteria provided here.

Please submit your assignment.

Grading Criteria

Project Creation

  • Create a new project in your IDE named “ExceptionHandler.” According to the program criteria stated.
20%

User Input and Calculation

  • Write code to accept 10 numbers from the user and placed in an array.
  • Your code should ensure that only numbers are accepted.
  • The numbers in the array will be added together and the result displayed to the user.
  • The program should compare the values for elements 1 and 2 in the array and divide the larger number by the smaller number.
  • It should compare the values for all odd/even elements and divide the larger by the smaller value.
  • The
    program should prompt the user for a second set of ten numbers. When
    the user enters 9999 the program should terminate normally.
30%

Exception Handling

  • Use exception handling to handle division by zero and out of range exceptions.
  • In the catch blocks, be sure to display the cause of the exception to the user.
  • Make sure your exception handler will handle any other errors as a default.
30%

Source Code Mechanics

  • Code is well documented with comments.
  • Code uses appropriate style and naming conventions.
  • Code is free of errors.
20%

Unit 5 IP

"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.


Discount Code: CIPD30



Click ORDER NOW..

order custom paper