An algorithm to calculate the sum of four numbers
Answers
Answered by
0
Explanation:
Input a
Store value of a
Input b
Store value of b
Input c
Store value of c
Input d
Store value of c
Store (a+b+c+d) in e
Print e
Similar questions