Question
Write a program to determine course average, and letter grade of a given a student. Your program must do the following:: Prompt and read the
Write a program to determine course average, and letter grade of a given a student. Your program must do the following::
- Prompt and read the student's first and last name
- Prompt and read three exam scores
- Calculate the course average and determine the course letter grade . Grading scale is: 90 and above is an A, 80 to 89.99 is a B, 70-79.99 is a C, and below 70 is an F
- Output the full name, the three exam scores, the course average, and the letter grade. You are required to use the printf method to format the output. Each of the required four outputs must be on separate lines.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Heres a simple program in Java to achieve the required functionality java import javautilScanner pub...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Matlab An Introduction with Applications
Authors: Amos Gilat
5th edition
1118629868, 978-1118801802, 1118801806, 978-1118629864
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App