Question: Write a program, Lab2FloatingPoint.java, that asks the user to input a set of floating point (float) values ONE AT A TIME. When the user enters

 Write a program, Lab2FloatingPoint.java, that asks the user to input a

Write a program, Lab2FloatingPoint.java, that asks the user to input a set of floating point (float) values ONE AT A TIME. When the user enters a value that is not a number, give the user a second chance to enter the value USING EXCEPTIONS by catching the appropriate exception. After two (failed) chances in a row, quit reading input and continue the program. Finally, add all correctly specified values and print the sum when the user is done entering data. You must use exception handling to detect improper inputs

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!