Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
Initializing a variable is giving it an initial value, or a starting value. For example: ``` int num = 4; // num has been initialized with the initial value 4 ```