Computer Science, asked by adrijadatta81, 5 months ago

program to enter student marks and find percentage and grade:
A college has the following rules for grading system:

1. Below 25 – F
2. 25 to 45 – E
3. 45 to 50 – D
4. 50 to 60 – C
5. 60 to 80 – B
6. Above 80 – A​

Answers

Answered by Anonymous
0

Answer:

following program we have taken one variables i.e mark. We will take input from the user and using if else condition we will calculate grade. in the following program in first condition we will print wrong entry if the marks is either less than 0 or greater than 100.

Similar questions