Computer Science, asked by arshiyarabbani7418, 7 months ago

Design an algorithm to find out the average of first five odd numbers.

Answers

Answered by ayeshahussain3
1

Flowchart:

Answer and explanation

Pseudocode:

Step 1 : Begin

Step 2 : Read five odd numbers in A,B,C,D,E

Step 3 : Add A,B,C,D,E and store the result in AVERAGE

Step 4 : Print AVERAGE

Step 5 : End

Hope ur satisfied with my answer!!

Attachments:
Similar questions