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
Related classes are grouped together into packages.
You can import all classes that are in a particular package by typing:
import packageName.*;
You can import one specific class from a package by typing:
import packageName.ClassName;