What is the output of the given program?
public class MyClass {
public static void main(String[] args) {
System.out.println(128 >> 4 >> 3 >> 2); //Line 1
}
}
Reveal answer
Fill a bubble to check yourself