Question: Which statement allows you to properly check the char variable code to determine if it is equal to a C and then output This is
Which statement allows you to properly check the char variable code to determine if it is equal to a "C" and then output "This is a check" and then advance to a new line _______ if code is equal to C cout > num; switch (num) {case 1: total =1; break; case 2: total = 5 break; case 3: total = 10 break; case 4: total = total +3; break; case 8: total = total + 6; break; default: total = total + 4;} cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
