Question: Put together a program with a method that will accept as input a scanner object. Prompt the user for three individual string input values (e.g.,
Put together a program with a method that will accept as input a scanner object. Prompt the user for three individual string input values (e.g., Red, Blue, and Green). Use Try..Catch error handling. The method should print the contents of the user input and return a string value to the calling method indicating "Success" or "Failure" based on the program flow through the try..catch error handling (see Chapter 13 in the text). Print the return message. Call the method from the main program to demonstrate its functionality.
Portray your source code and screenshots of the application executing the application and the results in a single document using java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
