Computer Science, asked by mohantyanu57, 3 days ago

1. White an algorithm.- a) To find anume of Two numbers b) To find the average of two numbers. e 3) To pint the dougde of the numbers too d) To find Simple Storest.CSI) Draw a flowchart to find s- a) Profit ou lou ) of the numbers. C) To find the counter among Ao three . 2 numbeus​

Answers

Answered by SURAJSAINI69
2

Explanation:

Here is the algorithm to find the average of two numbers:

Step 1: Start

Step 2: Read a and b

Step 3: avg = (a+b)/2

Step 4: Print avg

Step 5: Stop

Similar questions