Exam 2 Problem 1 J Dean B Problem 2 1 && vii++ ? vii : 0 is 8 1 || vii++ ? vii : 0 is 7 vhf *= 2 is 5.00 vii == vhf is 0 vii = vhf is 2 vii % 10 is 7 vii / 10 is 0 7 || !5 is 1 7 && !5 is 0 vii == 6 || 8 is 1 Problem 3 3 100 110 120 100 101 100 101 100 101 107 100 -1 101 2 100 -1 101 3 100 Problem 6 Testing problem 6 on "ece209-f11-e2-sol.c" --> 1 Testing problem 6 on "NoSuchFile" --> 0 Problem 7 Testing problem 7 on "No digits" --> 0 Testing problem 7 on "1 digit" --> 2048 Problem 8 "not in here" --> 0 "exactly one abc here" --> 1 "abcabc" --> 0 "*abcdef" --> 1 Problem 9 "xabc5" --> 2048 "!abc!5abc5" --> 2048 "abcde" --> 0 "abcx abc2 abc3" --> 2048