Explore a world of knowledge and get your questions answered on IDNLearn.com. Get prompt and accurate answers to your questions from our community of experts who are always ready to help.

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


Sagot :

Explanation:

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

20: input 20,30,40

30:sum input

40: print total

End