Quiz 2

1. What is the output of this code?

NUM1 = 19
PRINT NUM1

2. What is the output of this code?

Name = ‘John Fischer’
PRINT Name

3. What is the output of this code?

VARIABLE = 4
VARIABLE = 3
VARIABLE = 9
PRINT VARIABLE

Score =

Correct answers: