Import Java
Import Java
Scanner;
while (true) {
System.out.println("4. Exit");
switch (choice) {
case 1:
parkContainer(scanner);
break;
case 2:
removeContainer(scanner);
break;
case 3:
displayAvailableSpots();
break;
case 4:
System.exit(0);
break;
default:
if (parkingLot[i] == 0) {
return;
}
}
System.out.print("Enter the parking spot number to remove the car from: ");
return;
if (parkingLot[spot - 1] == 0) {
} else {
if (parkingLot[i] == 0) {
System.out.println();