If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Storing data in variables

Problem

Oakley is making a program to display events for the next few days. Here's a snippet of the code:
today ← 11
tomorrow ← 12
DISPLAY (tomorrow)
DISPLAY (today)
After running that code, what will be displayed?
Choose 1 answer:
🤔
Stuck?
Stuck?