Computer Science, asked by dkismat45, 1 day ago

Write an algorithm to enter marks of subjects and find the percentage?

Answers

Answered by Namanpreet0324
0

Answer:

here is your algorithm

Explanation:

> start.

> accept a five subject marks i. e. a, b, c, d, e.

> perform addition i. e. z = a+b+c+d+e.

> display addition I. e. z.

>calculate the percentage I. e p = a+b+c+d+e/5×100. display the percentage > I. e. p.

> stop.

hope its help

Similar questions