Computer Science, asked by saubhagyalll6115, 3 months ago

To display the average of three number flow chart

Answers

Answered by selinshain
1

Answer:

step 1: Start.

step 2: Take three input for calculating the average. say the numbers are n1, n2, n3.

Step 3: Add the all values of n1, n2 and n3. ...

Step 4: After that you have to take another variable for average like avg = add / 3.

Step 5: print the value average;

step 6: END.

Answered by Anonymous
1

Answer:

Explanation:

step 1: Start.

step 2: Take three input for calculating the average. say the numbers are n1, n2, n3.

Step 3: Add the all values of n1, n2 and n3. ...

Step 4: After that you have to take another variable for average like avg = add / 3.

Step 5: print the value average;

step 6: END

Similar questions