Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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... 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

Matlab An Introduction with Applications

Authors: Amos Gilat

5th edition

1118629868, 978-1118801802, 1118801806, 978-1118629864

More Books

Students also viewed these Programming questions

Question

Is it tenure-track, tenured, or something other designation?

Answered: 1 week ago

Question

Smith is a great patriot he loves this country

Answered: 1 week ago