-
Using the short declaration operator, ASSIGN these VALUES to VARIABLES with the IDENTIFIERS
x
andy
andz
a.42
b.James Bond
c.true
-
Now print the values stored in those variables using a. A single print statement b. Multiple print statements
Using the short declaration operator, ASSIGN these VALUES to VARIABLES with the IDENTIFIERS x
and y
and z
a. 42
b. James Bond
c. true
Now print the values stored in those variables using a. A single print statement b. Multiple print statements