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
Java method that lets us print out a line of output to the user For example: ``` System.out.println("Hello World!"); System.out.println("This is Java!"); ``` Would output the following to the user: ``` Hello World! This is Java! ```