Computer Science, asked by pjpratap247, 2 months ago

switch(var) [2]

{ case 10: System.out.println(“Ten”);break;

case 30: System.out.println(“Thirty”);

case 20: System.out.println(“Twenty”);

case 40: System.out.println(“Forty”);break;

default: System.out.println(“Value is not a 2 digit multiple of 10”);

}

Write output when var is 100, 30​

Answers

Answered by nitudevi686
0

Answer:

dig out the answer of what is the answer of what is the attached file is attached as

Explanation:

our team of yours

Similar questions