Write the output for the following when ch = ‘A’: -
switch(ch)
{
case=’A’:
System.out.println(“Computer”);
Case=’B’:
System.out.println(“System”);
}
Answers
Answered by
0
Similar questions