Question: Write a Java program that will display the following output:. Enter your name: Jane Doe Enter the year you were born: 1977 Enter your

Write a Java program that will display the following output: Enter your name: Jane Doe Enter the year you

Write a Java program that will display the following output:. Enter your name: Jane Doe Enter the year you were born: 1977 Enter your sex: F Enter your major: Computer Science Enter your current GPA: 3.234 Enter how many A(s) you earned this semester: 2 Enter how many B(s) you earned this semester: 2 Enter how many C(s) you earned this semester: I Enter how many D(s) you earned this semester 1 Enter how many F(s) you earned this semester: 1 Major: Overall GPA: Semester GPA: Program Specifications: . Name: Sex: Age: . . Jane Doe Female 35 Computer Science 2.8 You are responsible for choosing to the variables (programmer-defined identifiers) The order in which you gather your input from the user is not important. Calculations o Calculate age based off this year's date o Semester GPA is based off the point system given for each grade and the number of courses. . A is 4 points, B is 3 points, C is 2 points, D is 1 point, and F is 0 points o Overall GPA is the average of semester GPA and current GPA Formatting o The dotted line as well as the information between those lines should have a similar format as far as spacing and position. Note: The number of dots in the line is not important, so let's say about 50. Note: The data in the output box is interactive, meaning that the data can differ based on what the user inputs. So, you program should not run as a static program, generating the same output regardless of what the user inputs.

Step by Step Solution

3.28 Rating (145 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

java import javautilScanner public class StudentRecord public static void mainString args Scanner scanner new ScannerSystemin Get user input Systemout... View full answer

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 Programming Questions!