Problem 1 ECE 209 final exam tester Problem 2 ++cnum is 101 cnum++ is 100 cnum *= 2 is 200 cnum = 5 is 5 --clet is 66 cnum = clet is 67 cthd = 5 is 5.00 &cstr[1] - &cstr[0] is 1 cstr[1] is 35 cstr[2] is 0 *cstr is 67 *cstr+1 is 68 (*cstr)+1 is 68 *(cstr+1) is 35 strlen(cstr)+1 is 3 strlen(cstr+1) is 1 ! strcmp("ab", "a") is 0 *&clet is 67 (int) 3.16 is 3 1 + 2 * 3 is 7 1 * 2 + 3 is 5 3 % 2 is 1 3 % 5 is 3 100000 * 0.0 is 0.00 1 * 3.0 / 2 is 1.50 1 * 3 / 2 is 1 1 / 2 * 3 is 0 (int) 3.3 + 2.5 is 5.50 (double) 3 / 2 is 1.50 5 + 3 is 8 5 && 3 is 1 5 & 3 is 1 5 || 3 is 1 5 | 3 is 7 5 == 3 is 0 ! 5 + 3 is 3 5 > 4 > 3 is 0 5 > 4 == 4 > 3 is 1 (4+1) && (3+2)==5 is 1 1 ? 3 : 5 is 3 Problem 3 Loop 1 3.5 4.1 4.7 Loop 2 -3 3 -3 3 Loop 3 0 1 4 9 16 Loop 3 5, 5.4 Problem 5 Calling printBigY(23) *.....................* .*...................*. ..*.................*.. ...*...............*... ....*.............*.... .....*...........*..... ......*.........*...... .......*.......*....... ........*.....*........ .........*...*......... ..........*.*.......... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... ...........*........... Calling printBigY(14) Calling printBigY(7) *.....* .*...*. ..*.*.. ...*... ...*... ...*... ...*... Problem 6 Testing with [1,1,3,3,4,4] Testing with [3,3,3,3,3,3] legit Yahtzee Testing with [0,0,0,0,0,0] Testing with [2,2,2,3,2,2] Problem 8 testing on missing file Unable to open PROB8.TXT for reading testing on input should be two There are 2 blank lines in the file PROB8.TXT. testing on input this is zero the next is three There are 0 blank lines in the file PROB8.TXT. testing on input There are 3 blank lines in the file PROB8.TXT. testing on input how about none There are 0 blank lines in the file PROB8.TXT. Problem 9 0: 0 0 0 1 1 1 1 2 2 2 2 2 3 3 4 4 4 5 5 5 6 7 7 7 7 9 10: 0 1 2 2 2 3 3 3 4 5 6 7 7 8 8 8 9 9 20: 0 0 0 0 1 1 2 2 2 2 2 3 4 4 4 4 4 5 6 7 8 8 8 8 9 9 9 30: 0 0 0 0 Problem 13 Size of the lollipop is 5