Computer Science, asked by shreyaroygupta358, 3 months ago

Write an Algorithm to print Grade of a Student using following condition:
if Marks equal or greater than 75 Grade= O
if Marks in between 60 and 75 Grade= A
if marks in between 50 and 60 Grade= B
if Marks in between 40 and 50 Grade= C
if Marks leass than 40 Grade= D

Answers

Answered by minimr1977
2

Explanation:

Write an Algorithm to print Grade of a Student using following condition: ... using following condition: if Marks equal or greater than 75 Grade= O if Marks in between 60 and 75 Grade= A

Similar questions