Module 1 Lab - Grade Average

 Objective

Create a C++ program that computes the average of 5 test grades.

 Requirements

Requirement

Requirement

  1. Create five variables to hold test grades (preset the values)

  2. Create a variable to hold the average and preset it to 0.0

  3. Output each grade indicating Grade 1, grade 2, etc. on a separate line

  4. Output the Average of the grades. Please make sure you include an indication that that value is the average.

Deliverable

Upload the following:

  1. Full source code (.txt or .cpp)

  2. Screenshot of the Console with the code executing

COSC-1336 / ITSE-1302 Computer Science - Author: Dr. Kevin Roark