c3.2 p90 PRACTICE! Determine if the following conditions in Problems 1 through 8 are true or false. Assume that the following variables have been declared and given these values: a = 5.5; b = 1.5; k = -3; 1: a < 10.0+k 2: !(a == 3*b) 3: a+b >= 6.5 4: -k <= k+6 5: k != a-b 6: a<10 && a>5 7: b-k > a 8: fabs(k)>3 || k