Write an algorithm to calculate and display total marks and percentage of a student of four subjects.
Answers
Answered by
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
Math,
2 days ago
English,
2 days ago
Computer Science,
4 days ago
Math,
4 days ago
Math,
8 months ago