Menu
×
×
Correct!
Exercise:Create a range of numbers from 5 to 15:
@(3) (nums @(2) 5@(2)15) {
println(nums)
}
for (nums in 5..15) {
println(nums)
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?