Q. Write an algorithm and draw a flowchart to determine if a student passed the exam or not.( Note there are 4 subject papers and passing average is 50 or more.)


Answer :-

Step 1: Input M1, M2, M3, M4
Step 2: GRADE B (M1+ M2 +M3+
Step 3: if (GRADE <50) then
                            Print "FAIL"
             else
                     Print "PASS"



             # end of if


2 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post