The marks obtained by a student in 5 different subjects are input through the keyboard. The student gets a division as per the following rules:
a. Percentage above or equal to 60 - First division
b. Percentage between 50 and 59 - Second division
c. Percentage between 40 and 49 - Third division
Here is a similar c program to find the average marks of subjects of a students using arithmetic operators in C.
ReplyDelete