You need to go through a Java tutorial. Couple things from a glance:
Each class/interface needs to defined in its own JAVA file, with the same name. For instance, SaturnSL1 must be in a file called SaturnSL1.java.
You should be declaring the ParkingGarage class outside of the main method().