Multiple choice

You can assign a value to me.  What am I?

  1. int

  2. String

  3. Variable

  4. Function

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A variable is a named storage location in memory that can hold a value, which can be changed or reassigned during program execution.