assignment project in c programming for a Structured Programming Technique Course

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

Assignment: Sort and evaluate an array of examination scores

Write a C program that accepts by keyboard input (8) user-ratings of the Galaxy S5. The ratings use a scale of 1 to 10, where 10 represents a high rating and 1 represent a low rating:
1. Prints the lowest and highest rating received for the S5.
2. Calculate and prints the average of the ratings.
3. Determines and prints the average ratings performance as "Excellent" if the average is between 7.5 and 10, "Average" if the average is between 5.5 and 7.4, and "Poor" if the average is between 0 and 5.4.

I will pay once I am satisfied with a working c program.

Marking Scheme
. Appropriately documented and readable code...........2 marks
. User friendly program design..................................4 marks
. Approach to the problem and use of appropriate techniques.........6 marks
. Program compiles, works and meets objectives...........................8 marks
. TOTAL...........................................................20 MARKS

All program code must be compiling, working and properly commented to indicate the approach taken to the problem.

Please remember coding must be c and not c++. Program must be working and compiling in DEV C++ programming software. You can provide a link where I can downland the file or just copy and paste the code where I will test it and see that it is working

    • 10 years ago
    complete solution
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      ratingaverage.c