Consider the code snippet below. What will it print?
var num = 0 println(num++ + ++num)
Create a free account to access the full topic