Switch Statement Till now we have Use if else statement to choose one of the many alternatives. But when number of alternative increases the , complexity of the program increases and then if else statements becomes very complex. To Make such problems easie… Read more
Follow Us