Saturday, November 9, 2013

C++ Program That Calculates the Obtained Marks and Determines The Division of Student

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
d. Percentage less than 40 – Fail

No comments:

Post a Comment

Please comment, if you like the post, you find any mistake or if you have any query.