Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

java import javautilScanner public class StudentRecord public static void mainString args Scanner scanner new ScannerSystemin Get user input Systemout... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions