Computer Science, asked by austinawuah9, 2 months ago

write an algorithm to find the mean of five number

Answers

Answered by Anonymous
2

Explanation:

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.

Answered by emreen
1
A+B+C+D+E/5
Let A,B,C,D,E be the 5 no.s
Pls mark as brainliest
Similar questions