answer this question i will mark you brainliest its urgent. please
Attachments:
Answers
Answered by
2
switch(x)
{
case 1:
System.out.println("OK");
break;
case 2:
System.out.println("Thank You");
break;
default:
System.out.println("Bye");
}
Similar questions