Answered step by step
Verified Expert Solution
Question
1 Approved Answer
its a simple if else. i need the help with the if else statement and i need a code that includes each one of the
its a simple if else. i need the help with the if else statement and i need a code that includes each one of the grade..
Let's write a program that helps a professor find the score of a student in a class based on the result of 3 exams. The professor believes that the student's score should be the average of the maximum and minimum of the 3 exams. The student's letter grade is then determined based on the score and the following grading scale: Write a C++ program that prompts the user for their 3 exam scores, prints the minimum and maximum scores, prints their final score, and their respective letter gradeStep by Step Solution
There are 3 Steps involved in it
Step: 1
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 Started