Question: java on eclipse only metrostate.learn minnstate.edu Program #2-Due Sept 25 can I get the user input i Platform SE 7 Welcome to Java for Java
java on eclipse only



metrostate.learn minnstate.edu Program #2-Due Sept 25 can I get the user input i Platform SE 7 Welcome to Java for Java On Eclispe O write a program that a Requirements Write a program that accepts a zip code as an input and displays information corresponding to that zip code. The output must include the matching city and state. You must also display the county and one additional fact about that zip code. You can find all kinds of interesting zip code information at this website: Your program should include at least 7 valid zip codes with corresponding information. You may not use any of the zip codes I provided as samples on this handout. When the user enters a zip code, check to be sure that it has exactly 5 digits and that it is not a value less than 0. If an error occurs, display an informative message and prompt the user for input again Implement your program using a sentinel controlled loop. This means that you will continue to loop, asking for fresh zip codes and displaying the corresponding information, until a special value is entered You will need to figure out what special value does not correspond to a real zip code Your output must look attractive The program must display your name when it runs Comments and Style Comment your code. At the top of the program include your name, a brief description of the program and what it does and the due date All blocks must be indented consistently and correctly. Blocks are delimited by opening and closing curly braces
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
