Computer Science, asked by luvkumar7724, 9 months ago

Flowchart to find percentage from obtained marks

Answers

Answered by saaroopya
0

Explanation:

Step 1 : start

Step 2 : read marks or Percentage

Step 3 : if marks >= 80 then grade =A, go to step 7

Step 4 : if marks >= 60 and marks <=80 then grade = B, go to step 7

Step 5 : if marks >=40 and marks <=60 then grade = C go to step 7

Step 6 : display failed

Step 7 : display grade.

Step 8 : stop.

Similar questions