66.9k views
5 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.

1 Answer

5 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 Lizard
by
5.9k points