Write the following code using switch case construct:- int a,b=10; if (a== 100) { b+= 5 ; System.out.print(b) ; } else { b* = a ; System.out.print(b) ; }
Answers
Answered by
1
Answer:
What are you saying I don't understand your question
Similar questions