Computer Science, asked by subhanatasneem55, 4 months ago

Draw a flowchart for a program which finds the average
of two numbers.

Answers

Answered by ayushdasgupta
3

Answer:

Step 1: Start (Terminal Box)

Step 2: Input the two numbers a and b ( Parallelogram box)

Step 3: Calculate the average by using the formula (a+b)/2 (Rectangular box)

Step 4: Display the average of the two numbers (Parallelogram box)

Step 5: Stop (Terminal Box)

Explanation:

Similar questions