Computer Science, asked by aaishahmansuri, 4 months ago

Draw a Flowchart and write an algorithm
Given total marks of student find what grade the student has obtained. (If total marks are
less than 35 then the student gets D grade. If total marks are between 35 and 60 then C
grade, if total marks between 60 and 70 then B grade, above 70 A grade)

Answers

Answered by sriramvenugopalrao19
0

Answer:

Refine the algorithm successively to get step by ... Example 1: Write an algorithm to determine a student's ... it is passing or failing. The final grade is calculated as the average of four marks. ... if (GRADE < 50) then.

Similar questions