1
1
Fork 0
AtomicKotlinCourse/Programming Basics/Summary 1/Exercise 1/task.md

200 B

Summary 1 (#1)

Define var x = 1. Now define val y = x and val z = y. Next, assign 2 to x and display the values of all three identifiers on different lines: first x, then y, then z.