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