Multiple choice Which of the following data types cannot be used with switch statement? int float char string none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation We cannot use float type on switch statement.