Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

using C++ and void functions .

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

2. Employees and managers participate in development of the system.

Answered: 1 week ago