+++++

Report a typo

Consider the code snippet below. What will it print?

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

Create a free account to access the full topic