Write an algorithm s to find the percentage of given marks
Answers
Answered by
1
Answer:
Let suppose you have 5 subjects math,phy ,che ,science , social science
Explanation:
step 1: start
step 2: Read Math , phy ,che ,social science, science
step 3: add all values and store it to sum
step 4: divide sum by 500 and multiply it by 100
step 5 : stop
Similar questions