Computer Science, asked by jyotipunjabi281, 13 days ago

switch (opn) [2 marks]
{
case 'a':
System.out.println("Platform Independent");
break;
case 'b':
System.out.println("Object Oriented");
case 'c':
System.out.println("Robust and Secure");
break;
default:
System.out.println("Wrong Input");
}

Answers

Answered by groveraveekagmailcom
1

I can't understand this

Similar questions