Computer Science, asked by shanifroshan, 7 months ago

Algorithm and flow chart to print even numbers upto a limit

Answers

Answered by ayra6983
1

Answer:

Explanation:

Explanation:

Step 1: Start.

Step 2 :Read the three number suppose "a","b","c" form the user.

Step 3: Declared a variable "sum" and "Avg".

Step 4 : sum=a+b+c;

Step 5: Avg=sum/3.

Step 6:Display "sum " and "Avg".

Step 7 :End .

Similar questions