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

AP.CSP: AAP‑1 (EU), AAP‑1.A (LO), AAP‑1.A.1 (EK), AAP‑1.B (LO), AAP‑1.B.1 (EK), AAP‑1.B.2 (EK), AAP‑1.B.3 (EK), DAT‑1.A.1 (EK)

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?