Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C language using arrays and printf / scanf, Chapter 5 . Arrays-702 zy 5.16. Ch. S Program: pec { e Home l Chegg.com x

In C language using arrays and printf / scanf,

image text in transcribed

Chapter 5 . Arrays-702 zy 5.16. Ch. S Program: pec { e Home l Chegg.com x C Secure | https://bb.tctc.edu/webapps/blackb istContent.jsp?course id 481118 18content id5580341 urage Curve ASSIGNMENT: Write a program to curve 10 scores so that the average is 75%. Get and store the 10 scores in an array. Then total the scores, find the average of the scores, and caculate the curve amount, which is the difference between the average and 75% (75 should be stored in a constant). Then update the scores with the curve amount. Finally, display the original average of the scores, the curve amount, and the 10 new scores. Example Run #1 (bold type is what is entered by the user) Enter the score f r student #1: 92.0 Enter the score for student #2: 86.4 Enter the score fr student #3: 73.6 Enter the score for student #4: 71.0 Enter the score f r student #5: 66.6 Enter the score for student #6: 55.8 Enter the score f r student #7: 68.7 Enter the score for student #8: 70.3 Enter the score fr student #9: 59.0 Enter the score for student #10: 80.2 The average f the scores was: xx-x Each student will have x.x added to their score The new scores are: The score for student #1 is: xx.x The score for student #2 is: xx.x The score for student #3 is: xx.x The score for student #4 is: xx.x The score for student #5 is: xx.x The score for student #6 is: xx.x The score for student #7 is: xx.x The score for student #8 is: xx.x The score for student #9 is: xx.x The score for student #10 IS: xx.x The example runs show EXACTLY how your program input and output will look. EPIC 1:00 PM 3/13/2018

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions