Computer Science, asked by agrimasingh22, 2 months ago

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 purveshKolhe
1

Answer:

TWENTY

Hope it helps you

Similar questions