Multiple choice In switch-case control, the case keyword is followed by which type of variables? Integer and float String and float Character and string Integer or character Float and double Reveal answer Fill a bubble to check yourself D Correct answer Explanation Only integer or character variables are used with case keyword.