Computer Science, asked by satwika3483, 8 months ago

Write an Algorithm for finding average of 3 numbers

Answers

Answered by Anonymous
1
get the third number (e.g. 100) 4. add the three numbers together to calculate the total (e.g. 159) 5. divide the total by 3 to calculate the average (e.g. 53) The study of algorithms is a very important part of computer/computing science. An algorithm is simply a set of precise instructions to solve a problem.
Similar questions