Algorithm and Flowchart to find of average of three numbers
Que- Write an algorithm & Draw a Flowchart to find out the average of three numbers???
Ans- Algorithm to find out the average of three numbers
STEP 1- Input A,B&C.
STEP 2- Compute sum of A,B&C.
STEP 3- Compute division of result in step 2 by value 3.
Ans- Algorithm to find out the average of three numbers
STEP 1- Input A,B&C.
STEP 2- Compute sum of A,B&C.
STEP 3- Compute division of result in step 2 by value 3.
STEP 4- Store the result in variable d.
STEP 5- Print the result of d.
STEP 6- End
No comments