Question
C language : Develop a C program to find out the total and minimum and maximum values in different areas within mathematics text, as specified
C language :
Develop a C program to find out the total and minimum and maximum values in different areas within mathematics text, as specified below: o Prompts the user to input the grades achieved by a student in four areas of a mathematics test: Arithmetic, Algebra, Geometry, and Data Analysis. o Reads the grades for each area. o Implement and call the following functions totalGrade, that receives the 4 grades and returns their summation. minGrade, which receives the 4 grades and returns the lowest grade this student got maxGrade, which receives the 4 grades and returns the highest grade this student got
Organize the output to appear as shown in the sample output below Sample Output Input student's grade in each of the following parts of the Math General Test: Arithmetic (25) 20 Algebra (25): 21 Geometry (25) 22 Data Analysis (25): 16 Total grade in Mathematics Test: 79/100 The Lowest grade was in 16 out of 25, you need to work hard on this topic The highest grade was in 22 out of 25, very goodStep 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