subject

This is a console-based I/O program. Display should go to System. out (print or println) and the program will get user input using the Scanner class. The flow of execution should be as follows: When the program starts, display a one-line introduction to the user
Display a menu with 4 options
1. validate zip code
2. validate SSN
3. instructions
0. quit
Prompt the user to input an option
Prompt the user for the required input and then display the results
Repeat the main menu until the user enters the option to quit
If the user enters an invalid menu option, print a helpful error message and re-prompt. Note, this could be either a wrong value or wrong data type.
For this assignment, you will write two different classes. The goal is to separate the user interface code from the code that performs validation.
In a supplier class named Validations, implement 2 static methods to perform these different validation tasks:
validate that a String represents a valid zip code. A valid zip code is made up of 5 digits.
validate that a String represents a 9-digit SSN. A valid SSN follows the pattern XXX-XX-, including the dashes.
Though I specify 2 public methods, you may have more if you choose to do some decomposition. Note that this Validations class does not need a 'main' method. However, you may write one for testing purposes if you wish. You must use parameter lists and return statements to move data in and out of these methods. No method in this class should use System. out. println or the Scanner class (except an optional test method). In other words, no method here should interact with the user; that's the job of the other class.
In a class named ValidateApp, create a console-based, menu-driven user interface that behaves like the one described above. This class must use a 'main' method to start things off. However, you are encouraged to decompose your solution to organize your code.
No class variables may be used; class constants are ok.
Your program should not throw any exceptions to the user. If a user enters an invalid menu option, the program should display a helpful error message and ask for new input.
You must implement your solution using loops.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 06:40
What are the three uses of a screw?
Answers: 2
question
Computers and Technology, 23.06.2019 15:30
Hey so i was just trying out some game hacks so i took a paste from online and built it in my visual studio and then suddenly my computer was working or clicking on stuff on its own am i hacked?
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
How can the temperature of a room be raised by 5degreesf?
Answers: 1
question
Computers and Technology, 24.06.2019 05:30
Why is hard disk space important to an audio engineer? why are usb ports and firewire ports useful for an audio engineer? explain in 2-3 sentences. (3.0 points) here's a list of different audio software: ableton live apple inc.'s garageband apple inc.'s logic studio digidesign's pro tools propellerhead sofware's reason sony creative software's acid pro steinberg cubase steinberg nuendo choose one of the software programs listed above, and then go to that software program's web site. read about what the software program is used for, and then write 4-5 sentences about what you learned. (10.0 points) which type of software license is the most limiting? why? explain in 2-3 sentences. (3.0 points) when sending a midi channel voice message, how can you control the volume of the sound? explain in 2-3 sentences. (4.0 points)
Answers: 1
You know the right answer?
This is a console-based I/O program. Display should go to System. out (print or println) and the pro...
Questions
question
Mathematics, 30.07.2019 20:10
Questions on the website: 13722363