Question: Write a Java program that does the following: User is required to enter first name and store it in a variable User is required to

Write a Java program that does the following: User is required to enter first name and store it in a variable User is required to enter last name and store it in a variable The user is required to enter his age and store it in a variable The user is required to enter his height in meters and store it in a variable * Using a loop statement, ask the user to input their five degrees out of a hundred and store them in an ArrayList * Note // the user must show the number of the degree to be entered through (loop), for example: "Please enter degree 1:", "Please enter degree 2:". * Calculate the students average based on the five grades entered by the user * Depending on the input, create print sentences that print the following: Typing the student's full name, age and height (in centimeters, not in meters as he entered it) in an appropriately written sentence (one sentence) Print the number of characters for the student's first name

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!