What will be the output of the following code?
var x=2,c
switch(x)
{
case 1:
C="Hello",
break;
case 2:
c="Bye";
break;
case 3:
c="See you soon";
break;
default:
c="Failed":
}
document.write(0);
Answers
Answered by
2
Answer:
hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Answered by
1
Answer:
hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Similar questions