. Write a program to display the result of a student based on the percentage entered
Percentage
Result
90-100
Excellent
80-89
Very good
60-79
Good
Less than 60
Fail in computer
Answers
Answered by
0
Answer:
We can enter mark to our c program and the script will try to find out the grade by using series of else if condition checking. Each if else condition check for mark for a particular grade and if it is TRUE then all other checking ( else if ) are omitted.
Video tutorial on if else to
Similar questions