2
Answers

simple avg calc ?

Ask a question
SUNIL GUTTA

SUNIL GUTTA

10y
1.7k
1
Hi

Write a program that computes the average of five exam scores. Declare and perform a compile-time initialization with the five values. Use a constant to define the number of scores. Print all scores and the average value formatted with no digits to the right of the decimal. Rerun the application with different values


Output should look like this - before the values are changed: http://imgur.com/9aNUZy1


Regards


Answers (2)