Computer Science, asked by Omsak4053, 1 year ago

Write an algorithm to find the average of two numbers

Answers

Answered by meenahimanshu20
2
hopes it helpful for you
Attachments:
Answered by AllenGPhilip
0

Answer:

Explanation:

Step 1 : Start

Step 2 : Input A , B

Step 3 : C = (A + B)/2

Step 4 : Output C

Step 5 : Stop

Similar questions