Q:

Create two variables to store a weight in pounds and ounces. Use who and whos to see the variables. Use class to see the types of the variables. Clear one of them and then use who and whos again

0

Create two variables to store a weight in pounds and ounces. Use  who and whos to see the variables. Use class to see the types of the  variables. Clear one of them and then use who and whos again

All Answers

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

>> pounds = 4;

>> ounces = 3.3;

>> who

Your variables are:

ounces pounds

>> whos Name

Size Bytes Class Attributes

ounces 1x1 8 double pounds 1x1 8 double

>> clear pounds

>> who Your variables are: ounces

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