Q:

Create a variable myage and store your age in it. Subtract 2 from the value of the variable

0

Create a variable myage and store your age in it. Subtract 2 from the value of the variable. Add 1 to the value of the variable. Observe the Workspace Window and Command History Window as you do this.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

myage = 20;
 myage = myage - 2;
 myage = myage + 1;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now