akosiraff

BasicUserInterface JAVA

Jun 23rd, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/basicuserinterface-java/
  3. In this program, you will create the following methods:
  4. displayApplicationInformation, which will provide the program user some basic information about the program.
  5. displayDivider, which will provide a meaningful output separator between different sections of the program output.
  6. getInput, which is a generalized function that will prompt the user for a specific type of information, then return the string representation of the user input.
  7. terminateApplication, which provides a program termination message and then terminates the application.
  8. Using these methods, you will construct a program that prompts the user for the following:
  9. his or her name, which will be a string data type;
  10. his or her age, which will be an integer data type;
  11. the gas mileage for the user’s car, which will be a double data type; and
  12. a display of the collected information.
  13.  
  14. Download: http://solutionzip.com/downloads/basicuserinterface-java/
Advertisement
Add Comment
Please, Sign In to add comment