Computer Science, asked by sudhakarbr2005, 18 days ago

I Need a program to calculate commission according to grade using nested if statement

Answers

Answered by mishraabhay05000
1

Answer:

Percentage Grade

90 and above A

80 to 89 B

60 to 79 C

33 – 59 D

below 33 F

Input: marks = { 25, 65, 46, 98, 78, 65 }

Output: C

Input: marks = { 95, 88, 98, 93, 92, 96 }

Output: A

Similar questions