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 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
Get step-by-step solutions from verified subject matter experts
