Computer Science, asked by ilmabatool, 5 days ago

Write an algorithm to determine a student’s final grade. The final grade is calculated as
the average of four marks.

Answers

Answered by ConstellationGuy
2

Answer:

1. Start

2. Input "Enter 4 marks" and store it in m,a,r,k.

3. FG= m + a + r + k / 4.

4. Print "The final grade is: " FG.

5. Stop

HOPE IT HELPS..

PLS MARK BRAINLIEST..

Similar questions