Computer Science, asked by ajubhi94, 4 days ago

Write an algorithm to calculate and display total marks and percentage of a student of four subjects.​

Answers

Answered by priyachoudhari089
3

Answer:

Step 1 : start

Step 2 : Input a , b , c ,d

Step 3 : Find the sum as e = a + b + c + d

Step 4 : Find the quotient as f = e / 200 ( total Mark's)

Step 5 : Find the product as g = f * 100

Step 6 : Print g

Step 7 : Stop

Similar questions