Answered step by step
Verified Expert Solution
Question
1 Approved Answer
consider to avoid implicit data type conversion in the code. - init the arrays with {0.0}(in c programing language) thank you very much. Write a
consider to avoid implicit data type conversion in the code. - init the arrays with {0.0}(in c programing language)
Write a program that asks the user to enter 10 school grades as real numbers. Check the user input to be valid (positive numbers between 1.0 and 5.0 ). Example: Enter grade no 1:3.0 Enter grade no 2:1.3 Enter grade no 3:4.0 Enter grade no 4:2.7 Enter grade no 5:3.7 Enter grade no 6:2.0 Enter grade no 7:3.0 Enter grade no 8:2.3 Enter grade no 9:1.0 Enter grade no 10:2.0 These numbers should be stored in an array. The program then calculates the sum and the average. The results should be displayed on the screen. Sum of al1 grades is: 25.0 Average of all grades is : 2.5 thank you very much.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started