Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
100 points
Total and Average
Requirements
All required prompts and inputs are preformed correctly
10
Calculation for total is correct
20
Calculation for average is correct
30
Total and average are displayed correctly
20
Most appropriate datatype is used for all variables
For this lab you will need to write a C program that will prompt for and allow the user to enter 10 integer numbers. Your program is not responsible for the user entering anything other than integers.
Once the required input has been complete your program should then calculate the total and the average of all of the numbers that were entered.
The final step is for the program to display the total and average that were calculated. The average should be displayed to 2 decimal points.