15,167 views
7 votes
7 votes
Write a program that assigns values to

three variables, assigns the sum (adds
the three values to a variable called
total and prints total.

User Jenseb
by
3.2k points

1 Answer

13 votes
13 votes

Step-by-step explanation:

10:A program that assigns the sum 20,30,40

20: input 20,30,40

30:sum input

40: print total

End

User Kaediil
by
2.7k points