Output Prediction
100

What does this program print?

class Main {
  public static void main(String[] args) {
    System.out.println(10 / 2 + 3 * 2);
  }
}


11 

M
e
n
u