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 01:30
Which tab is used to change the theme of a photo album slide show? a. design b. view c. transitions d. home
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
These factors limit the ability to attach files to e-mail messages. location of sender recipient's ability to open file size of file type of operating system used
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
Install and use wireshark program ( send back screen shots and other vital information) case project 3-2: decode a tcp segment in a wireshark capture in this chapter, you walked through tcp segment to interpret the data included in its header. in this project, you use wireshark to capture your own http messafes, examine the tcp headers, and practice interpreting the data you'll find there. 1. open wireshark and snap the window to one side of your screen. open a browser and snap that window to the other side of your screen so you can see both windows.
Answers: 2
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
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
Biology, 06.01.2021 18:10
question
History, 06.01.2021 18:10
question
Chemistry, 06.01.2021 18:10
Questions on the website: 13722361