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
Step: 1
The algorithm for the program is Start Initialize the variables Define five variables to hold the va...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