CSE 109 Final Examination Thursday 11 December 2003 7-10 PM >>>>>>>>>>>>>>>>>>>>>SUGGESTED ANSWERS<<<<<<<<<<<<<<<<<<<<<<<<<<<< 1. Write an LSAsm program that reads in three integers and then displays a 1 if the sum of the squares of the first two numbers is the square of the third number. Otherwise it displays a 0. Recall some of the BNF for LSAsm programs: ::= { ADD | SUB | MULT | DIV } ,, ::= [IF {LT | LE | EQ | NEQ | GT | GE } ] GOTO