Question 1 · 1
Given the code fragment: and Which is true?
Choose one answer.
- The program prints t1 : 1 : t2 : 1: t1 : 2 : t2 : 2 : in random order.
- The program prints t1 : 1 : t2 : 1: t1 : 2 : t2 : 2 :
- The program prints t1 : 1 : t2 : 1: t1 : 1 : t2 : 1 : indefinitely.
- The program prints an exception.