Computer Science, asked by ly7255400, 5 hours ago

int val = 01;

switch (val) {

case 1: System.out.println("Students");

break;

case 2: System.ou

t.pr

intln("Teachers");

break;

default: System.out.println("No match found"); }

Which of the following statements is correct?

(i) case 1 will be executed.

(ii) case 2 will be executed.

(iii) default will be executed.

(iv) None of the above​

Answers

Answered by harishmallick
0

Answer:

bro bro bro dhirey dhirey

Similar questions