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 strings in variables

Problem

The following variable assignments are from a store locator program.
Identify which variables store numbers and which store strings:
Variable assignmentData type?
streetNo ← 728
aptUnit ← "11"
phone ← "341-7812"
areaCode ← 315
🤔