Computer Science, asked by sakshisakhare42, 5 months ago

1. Observe the following block of code and determine what happens when x=2?
switch (x) {
case 1:
case 2:
case 3:cout<< "x is 3, so jumping to third
branch"; goto thirdBranch;
default:
cout<<"x is not within the range, so need to say
Thank You!";
}​​

Answers

Answered by hiba777
0

Explanation:

it's very difficult

could you help me more know about computer science

Similar questions