6. What is the output of Java program ?
int num=20;
switch(num)
{
case 10: System.out.println("TEN");
break;
case 20: System.out.println("TWENTY");
break
case 30: System.out.println("THIRTY");
} *
Answers
Answered by
1
Answer:
TWENTY
Hope it helps you
Similar questions
Science,
1 month ago
Math,
1 month ago
English,
2 months ago
World Languages,
2 months ago
Math,
9 months ago