Computer Science, asked by sanoonaaa1, 2 days ago

algorithm and flowchart to find the average of 4 numbers

Answers

Answered by jinitapinggmailcom
1

Answer:

Step 1 : Start.

Start 2 : Input num1, num2, num3.

Start 3 : Calculate avg = (num1 + num2 + num3)/3)

Start 4 : Output avg.

Start 5 : Stop.

Similar questions