Problem 17
More User Input of Data
Ask the user for several pieces of information, and display them on the screen afterward as a summary.
- first name
- last name
- grade number
- student id number
- login name
- Average (0.0 to 100.0)
Note: You must use the most appropriate type for each variable and not just Strings for everything.
Please enter the following information so I can sell it for a profit! First name: Helena Last name: Bonham-Carter Grade (9-12): 12 Student ID: 453916 Login: bonham_453916 Average: 73.73 Your information: Login: bonham_453916 ID: 453916 Name: Bonham-Carter, Helena Avg: 73.73 Grade: 12
◄ 16: Name, Age, and Salary 18: Age in Five Years ►
Adapted from ProgrammingByDoing.com
©2013 Graham Mitchell
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.