Question: Module 1 Lab - Grade Average Objective Create a C++ program that computes the average of 5 test grades. Create 5 variables to hold test
Module 1 Lab - Grade Average
- Objective
Create a C++ program that computes the average of 5 test grades.
Create 5 variables to hold test grades (preset the values)
Create a variable to hold the average and preset it to 0.0
Requirements
| Requirement |
|---|
| Create 5 variables to hold test grades (preset the values) Create a variable to hold the average and preset it to 0.0 Output each grade indicating Grade 1, grade 2, etc. on a separate line Output the Average of the grades. Please make sure you include an indication that that value is the average. |
Deliverable
Upload the following:
Full source code (.txt or .cpp)
Screenshot of the Console with the code executing
Step by Step Solution
There are 3 Steps involved in it
The algorithm for the program is Start Initialize the variables Define five variables to hold the va... View full answer
Get step-by-step solutions from verified subject matter experts
