|
Lab 17 |
| . |
Averages with doubles
averages and report and accurate grade ---------------------------------------- Lab #17.1: Calculating accurate averages ---------------------------------------- Write a program that reads three int values from input and calculates the average of these three numbers using a double value. Expand upon this program so that the average of these three int values is used as 1/2 of a students final score. The other 1/2 of the score is the average of two projects (also both int values). The program should report either "pass" or "not pass" based on whether or not the final score is less than 60.0. |