C associates an else with the furthest unpaired If keyword T
C++ associates an else with the furthest unpaired If keyword. True False The switch statement requires you to terminate each case with a break statement. True False In a switch statement the expression in parentheses next to the switch keyword must evaluate to a(n)_ value or a compilation error resorts. character Boolean integer float
Solution
5. False, it associates it to nearest unpaired if keyword
6. False, you can very wel skip using break with each case statement
7. integer
