Question 1/6: Which of these make result
an integer equal to 10?
Hint: Click to show.
Option 1:
var result = 21
result -= 11
Option 2:
var result = 0
result *= 10
Link copied to your pasteboard.