Computer Science, asked by anuragsingh090, 7 months ago

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 anantpandey293
1

Answer:

What are you saying I don't understand your question

Similar questions