switch (choice)
case 0:
case 1:
X = 111;
y = 222;
break;
case 2:
x = 333;
y = 444;
break;
case 3:
X = -11;
y = -22;
break;
default:
y = 555;
Write the following switch statement by using nested if statements:
Answers
Answered by
0
Do want it to be written in Python or C
Similar questions