| Input Are there syntactical errors? class Test3 { void metodo() { x = "hello" + "world" – 'w' * 5 / 3.4; x = y – hello & 0xffff | 05; x = -7; x = !y; x = (cse340 + cse310) / cse101 ; x = false + x + x + x + x / x > x && x==5; } }
| Input Are there syntactical errors? class Test6 { void metodo() { if ( if ( if (x – 3) {} ) ) { print ("hello" + "world"); } if (); if (x > 5); ; } }
slides can only be used as study material for the Compilers course at Universidad Panamericana. They cannot be distributed or used for another purpose.