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. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Int b = -8, b>>1 = -4.