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 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
C program to generate a report for given 10 students in the course Object Oriented Programming inclu... View full answer
Get step-by-step solutions from verified subject matter experts
