Question: Need help in C Programming a. b. C. d. For this part of the assignment, we will be simulating test scores for students, curving the
Need help in C Programming
a. b. C. d. For this part of the assignment, we will be simulating test scores for students, curving the individual test scores and reporting final averages for all students. Create an array to hold 3 test scores for 100 students. Initialize the 3 test scores for each student to random numbers between 60 and 100 and the final score to o for each student. Determine the average for each test score (across all 100 students) to determine if a curve is necessary for this test (assume a target average of 75 - IE, a curve is necessary if the average is lower than 75) 1) If so, print that a curve was necessary. Calculate the curve (75-average) and add the curve back to the test scores. Otherwise, report that no curve was necessary since average was. Calculate and print the final score for each student (average of the three homework scores) on its own line similar to "Student X: AVG". Note that our student names will be Student followed by the position in the array (IE, Student O to Student 99) e
Step by Step Solution
There are 3 Steps involved in it
To solve this problem in C we need to simulate test scores for 100 students calculate averages apply curves if necessary and then print final scores H... View full answer
Get step-by-step solutions from verified subject matter experts
