News

/* Write a program using switch case which takes a value and prints the respective size. if size is 30 then its small if size is 38 then its Large if size is 42 then its XLarge if size is not any of ...
As part of my 2nd year Advanced Programming Practice course, I had to create a simple project using Java to demonstrate its concepts, and I chose to create a simple Flight Booking System using Switch ...