A list of coding exercises to help get you from “Beginner” to “OK”
Hello World: Create a program that outputs “Hello World”. Loop: Create a program that loops 10 times and output the current loop (ex. “I’m on loop 6”, then “I’m on loop 7”). First Class: Create a class called “Car” that has 1 variable called “licensePlate”. Within the class, create a default constructor that sets “licensePlate”… Continue Reading A list of coding exercises to help get you from “Beginner” to “OK”