The variable a starts with the value 2, The variable b starts with the value 2. The variable c starts with the value 4. Store the value of times b in a. Store the value of b times c in c. Add a and c, and store the result in b. Display the value in b on the screen.
Answers
Answered by
0
Answer:
The variable j starts with the value 10.
The variable k starts with the value 2.
The variable l starts with the value 4.
Store the value of j times k in j.
Store the value of k times l in l.
Add j and l, and store the result in k.
Display the value in k on the screen.
Similar questions