Computer Science, asked by karruu4619, 10 months ago

Write an algorithm s to find the percentage of given marks

Answers

Answered by Mukeshgorain338
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