Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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... 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

Matlab An Introduction with Applications

Authors: Amos Gilat

5th edition

1118629868, 978-1118801802, 1118801806, 978-1118629864

More Books

Students also viewed these Algorithms questions