write an algorithm to input three numbers and display the average of last digits of all the numbers.
Answers
Answered by
0
Answer :
Red three values a,b,c // ( int or float or double any but don't write data type in flowchart )
in itialize avg to 0
avg <-(a+b+c)/3
print avg
Similar questions