Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

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