Computer Science, asked by jessicachampia1709, 6 months ago

write an algorithm to calculate the percentage six subject (each subject out of 100) by using calculator​

Answers

Answered by niranjanbehera2006
0

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

Explanation:

Since the number of subjects is 6, the maximum marks are 600 (100*6=600). This becomes the denominator. Apply the following formula. Percentage=Marks scored/Total marks*100.

Similar questions