Question
please help Write a program that will allow a user to enter 3 grades into a gradebook and produce the average of the grades, the
please help
Write a program that will allow a user to enter 3 grades into a gradebook and produce the average of the grades, the maximum grade entered and an overall letter grade using the following functions:
NOTE: The functions should be called from main.
1. Create a function to display a message about the program to the user
2. Create a function that determines the maximum value of the 3 grades passed to it and stores the maximum in a variable using a value-returning function.
3. Create a function that is passed the 3 grades and calculates the average and prints it
4. Create a function that is passed the average and returns the overall letter grade which is printed from main
Step 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