Computer Science, asked by raghavkainth8, 25 days ago

What will be the output of the following programs? (2, 2)

a.

class Net

{ void set( )

{ int choice = 2;

switch(choice)

{ case 2:

case 3: System.out.println( “holiday”);

case 5:

System.out.println( “working day”);

break;

}

}

}​

Answers

Answered by rohitraj20444theguru
0

Answer:

bkvjbkjvbjkfbvkjbfbjkdbvjdbv

Explanation:

Similar questions