Question: Given the code below beginning a switch statement, what type of data would be required for the value in each case clause? char letter =
Given the code below beginning a switch statement, what type of data would be required for the value in each case clause?
char letter = ';
cout << Enter a letter: ;
cin >> letter;
switch (letter)
{
......
Select one:
a.
int
b.
double
c.
char
d.
bool
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
