Question: Given the names and marks of n=10 students in the course Object Oriented Programming. (a) Calculate their grades (0-49 = F, 50-64 = C,

Given the names and marks of n=10 students in the course Object 

Given the names and marks of n=10 students in the course Object Oriented Programming. (a) Calculate their grades (0-49 = F, 50-64 = C, 65-79= B, 80-100 = A). (b) Calculate the average, minimum and maximum marks. Write a program to generate a report that resembles the below. No. 1 2 3 EXAMINATION REPORT OBJECT ORIENTED PROGRAMMING Student name AAA BBB CCC Average mark = ... Minimum mark Maximum mark=... Mark 88 45 60 Grade A AFC F C Given the names and marks of n=10 students in the course Object Oriented Programming. (a) Calculate their grades (0-49 = F, 50-64 = C, 65-79= B, 80-100 = A). (b) Calculate the average, minimum and maximum marks. Write a program to generate a report that resembles the below. No. 1 2 3 EXAMINATION REPORT OBJECT ORIENTED PROGRAMMING Student name AAA BBB CCC Average mark = ... Minimum mark Maximum mark=... Mark 88 45 60 Grade A AFC F C

Step by Step Solution

3.42 Rating (152 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

C program to generate a report for given 10 students in the course Object Oriented Programming inclu... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Engineering Questions!