Given the list of marks ranging from 0 to 100,WTite a program to compute and print the number of students:
a, XVho have obtained more than 80 marks.
b. who have obtained more than 60 marks
e. who have obtained more than 40 marks
d. who have obtained 40 or less marks in the range 81 to 100
f. in the range 61 to SO
g. in the range 41 to 60
h. in the range 0 to 40
The program should use minimum number of if statements.
Answers
Answered by
5
Answer:
d. who have obtained 40 or less marks in the range 81 to 100
f. in the range 61 to SO
Explanation:
staybless
Similar questions