Elementary | Middle
Middle | High
AI
Use Cases
Teaching
Tools
Explore our languages
Start a new project
Open a blank sandbox in any language.
Company
Community
Explore
Click on one of our programs below to get started coding in the sandbox!
View All
Allows for the reading of user input when a string is used. For example, the code below: var name = readLine("What is your name?); println("Hello " + name); If the user types, Kim as their name, the program will print out Hello Kim