Priority task

Report a typo

What will the code below print?

var num = 0
num = num++
println(num)
Enter a number
___

Create a free account to access the full topic