This course will be retired on July 14, 2025.
- The Big Picture 4:23
- Building the Foundation 6:09
- The Surface Is Fine and Powdery 5:23
- I Can Pick It Up Loosely With My Toe 3 questions
- Creating the Tableau 5:20
- Checking Suits 4:00
- Removing Cards 5:25
- Testing the Tableau: Adding Cards 3:39
- Testing the Tableau: Removing Cards 5:37
- Finishing the Pieces 3 questions
Quiz Question 1 of 3
What will the following code print:
for (var i in 0..2) {
println(i)
}
Choose the correct answer below: