Computer Science, asked by javariatanveer8, 19 days ago

Write an algorithm and draw a flowchart of finding average of five numbers

Answers

Answered by sanjitpathak865
4

Answer:

Algorithm: Input: two numbers x and y Output: the average of x and y Step 1 : input x,y Step 2: sum=0,average=0 Step 3:sum = x + y Step 4:average = sum /2 Step 5: print average

Explanation:

Hope it will help you

Attachments:
Similar questions