Write a C program using loops that reads an integer grades of students, finds the maximum of them, and counts number of students classified as excellent students, finds the minimum but pass students...

Write a C program using loops that reads an integer grades of students, finds the maximum of them, and counts number of students classified as excellent students, finds the minimum but pass students of them, and counts its occurrences. And Find the average grades. Assume that the input ends with number -1. Suppose that you entered 3 5 2 5 5 5 0; the program finds that the largest is 5 and the occurrence count for 5 is 4. You must note that to evaluate the grades as excellent or V.good or good you must exchange it to be from 100 Here are sample runs of the program: Enter grades: 1 1 5 5 5 3 2 1 -1 The largest grade is 5 The occurrence count of the grades is 3 The smallest grades is 1 The occurrence count of the grades is 3 The average grades of 8 students is 2.875

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here