Computer Science, asked by patelnisarg877, 4 months ago

switch statement have only _______ argument.​

Answers

Answered by bhajandeepkaur
1

Answer: one argument

Explanation:

one argument

Example:

switch(c)

{

case 'a' :

case 'b' :  

}

here c = a or c = b

Similar questions