Problem 1 CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student ...... 2000 boring lines were removed here ...... CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student CSCI 202 Student Problem 2 fancyOpA has been invoked fancyOpB has been invoked fancyOpC has been invoked Problem 3 (int) 3.14 is 3 5 * 2 / 5 is 2 5 * (2 / 5) is 0 (5 * 2) / 5 is 2 2.5 * (2 / 5) is 0.0 (2.5 * 2) / 5 is 1.0 3 % 2 is 1 3 >= 5 is false 3 != 5 is true ! (3 < 4) is false ! true is false true == true is true true || false is true true && false is false Problem 4 5**5 is 3125 2**30 is 1073741824 Problem 5