Computer Science, asked by divyadivi1206, 7 hours ago

The newly appointed Vice-Chancellor of Anna University wanted to create an automated grading system for the students to check their grade. When a student enters the marks, the grading system displays the corresponding grade. Now, write a program to display the grade if marks are entered. Marks scored Grade 100 S 90 - 99 A 80 - 89 B 70 - 79 C 60 - 69 D 50 - 59 E <50 F

Answers

Answered by Matrix44
6

Answer: Use the user input function inside of a variable (lets name is a in our case) then using the value given in the variable, run an if-elseif statement. This will show you the output for sure.

Similar questions