ICSE Class 10 Computer Applications
Question 7 of 30
Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 12
Back to all questionsdouble
Reason — The switch statement in Java supports specific data types for the case labels. However, double and float data types cannot be used.
Data Types supported in switch statement are:
intcharString