A Admin • 830.13K Points Coach Q. Identify the statements that are not correct: (A) Int a = 13, a>>2 = 3. (B) Int b = -8, b>>1 = -4. (C) Int a = 13, a>>>2 = 3. (D) Int b = -8, b>>>1 = -2. Correct Answer - Option(B) Views: 12 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.