At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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