Parking lot problem
An automated parking system built on Java.
Go to the parking_lot directory and run the following command
$ ./bin/setup
Go to the parking_lot directory and run the following command to run it using interactive shell
$ ./bin/parking_lot
It will take input from console and will continue until you enter exit
Go to the parking_lot directory and run the following command to run it using input from a file
$ ./bin/parking_lot test.txt
It will take input from console and will continue until you enter exit
. As a basic example, test.txt
is present in project
- It provide an interactive command prompt based shell where commands can be typed in
- It accepts a filename as a parameter at the command prompt and read the commands from that file