32

System.out.println(1+2+" = "+1+2);

3 = 12, Hence Proved!

Comments
  • 2
    Java is a Western person who read from left to right, and at half it notices that it's not a a numerical expression
  • 3
    This blows up in my Python mind because you are concatenating integers and strings...
  • 0
    BEDMAS is just as relevant for regular math as it is for computer math
  • 0
    What is BEDMAS? I've always heard PEMDAS.
  • 0
    Brackets, it's the same
Add Comment