Write an algorithm that accepts five numbers and displays the
sum and average of the numbers?

Answer Posted / hardik hemant panchal

Step 1= start
Step 2= declare 5 variables, a, b, c, d, e, sum, average;
Step 3= read variables a, b, c, d, e
Step 4= sum= a+b+c+d+e;
Step 5= average =sum%5;
Step 6= display sum and average
Step 7= stop

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category