This course will be retired on July 14, 2025.
Quiz Question 1 of 5
What list would this produce?
val x = mutableListOf(3, 4, 7, 2, 4, 9, 0, 1)
val list = x.subList(3, 4)
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.