Question: Which types can be used in a switch statement's expression? switch (expression) int float String boolean double char Which numeric type is the optimal choice

Which types can be used in a switch statement's expression? switch (expression) int float String boolean double char Which numeric type is the optimal choice to store a day number in a year assuming that value can be from 1 through 365 (or through 366 in leap years). C long C byte C short
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
