Westonci.ca is the ultimate Q&A platform, offering detailed and reliable answers from a knowledgeable community. Get quick and reliable solutions to your questions from knowledgeable professionals on our comprehensive Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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