Write a java program that demonstrates exception handling

Assignment Help JAVA Programming
Reference no: EM13811942

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.

Reference no: EM13811942

Questions Cloud

What is bureaucracy : Discuss the role of modern interest groups in politics. When are these groups most effective. What is bureaucracy. Discuss purpose and problems.
Question regarding the whistle-blower definition and statute : After having reviewed the whistle-blower definition and statute, would you agree that despite having the whistle-blower statute in place, some employees are still apprehensive about coming forward with complaints? Please explain.
What is leadership style : What is Leadership Style? What type do you have and does it need changing? Can we change? When we read or talk about leadership style, it is the pattern of behavior used by a leader in attempting to influence (motivate) group members and make deci..
Explain provision protect the employer from civil lawsuits : How is the employer liable for workplace violence. Define the exclusivity provision, and analyze how this provision helps protect the employer from civil lawsuits that are associated with workplace violence
Write a java program that demonstrates exception handling : 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
Write a research paper about teenager abusing drugs : Write a research paper about Teenager Abusing Drugs.
What could the team have done differently : How has scope creep affected a project on which you have worked? What could the team have done differently?
Create an application that manipulates a billboard sign : Create an application that manipulates a billboard sign based on the above guidelines. Use comments in your code to demonstrate your understanding of each statement
Java gui program to calculate monthly payment : Java GUI program to calculate monthly payment. The GUI has JTextFields and JButton

Reviews

Write a Review

JAVA Programming Questions & Answers

  Determine the precise big-oh values

Determine the precise Big-Oh values for each of the following code samples, based on the number of statement executions - Remember to consider each statement in compound statements separately.

  Define render a model scene in java

Render a Model Scene in Java - Imagine you are prototyping animation for a Jurassic Park Movie

  Web application that allows user to specify six lottery nums

Write a web application that allows a user to specify six lottery numbers. Generate your own combination on the server, and then print out both combinations together with a count of matches.

  Complete the method definitions in linkedqueue.java

Complete the method definitions in LinkedQueue.java. Some things to think about- In enqueue() and dequeue() you have to maintain both the front and back pointers - this takes a little thought. In particular, in enqueue be careful of the case where..

  String as input and returns the reverse of that string

Write a method that takes a String as input and returns the reverse of that String. Then write a second method that uses the first method to test whether or not an input String is a palindrome.

  Object-oriented gui drawing editor

A simple object-oriented GUI drawing editor that allows a user to create, move and erase rectangles, squares, circles and lines in an interactive graphics. How can I draw move erase rectangles, squares, circles and lines in GUI/java.

  Write a point class that represents points on an x y axis

write a point class that represents points on an x y axis. the data members should be doubles x and y plus an int value

  Implement a class quiz

Implement a class Quiz that implements the Measurable interface.

  Develop a program that will handle a golfer and his scores

develop a program that will handle a Golfer and his scores. The program will be comprised of two classes: a Golfer class that will manage all the golfer's scores and a Score class.This is a class designed to represent a golfer including his name, hom..

  Socket programming in java: tcp

In this project we will develop a Web server in two steps. In the end, you will have built a multi-threaded Web server that is capable of processing multiple simultaneous service requests in parallel.

  Littlest rebel starring shirley temple

Compare the novel Little Women by Louisa May Alcott and the film The Littlest Rebel starring Shirley Temple. How do these two intertwine or influence each other?

  Only allow the heroname as a parameter for the constructor

Only allow the heroName as a parameter for the constructor - Use the same code for defining the numberOfHeroes and the numberOfLifeChances

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd