Computer Science, asked by raghavkainth8, 3 months 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 kshitij2sathe
0

hate it I know you know everybody knows

Similar questions