Computer Science, asked by Anonymous, 4 months ago

write an algorithm to find the sum and average of 2 numbers in C programming language​

Answers

Answered by Anonymous
0

Answer:

get the second number (e.g. 27) 3. 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.

Similar questions