Computer Science, asked by ganesh258, 5 months ago

what is
an
algorithm?write an algorithm to find the average of three numbers​

Answers

Answered by ramsingh6357
1

Explanation:

Step 2 :Read the three number suppose "a","b","c" form the user. Step 3: Declared a variable "sum" and "Avg". Step 4 : sum=a+b+c; Step 5: Avg=sum/3.Sep 19, 2020

Similar questions