Algorithm to find the sum of any four number
Answers
Answered by
1
Explanation:
Algorithm :
Step 1 : Start.
2 : Input num1, num2, num3.
3 : Calculate avg = (num1 + num2 + num3)/3)
4 : Output avg.
5 : Stop. grendeldekt and 7 more users found this answer helpful. Thanks 5.
Answered by
0
Step 1 : Start.
2 : Input num1, num2, num3.
3 : Calculate avg = (num1 + num2 + num3)/3)
4 : Output avg.
5 : Stop.
Similar questions