This is a simple Zoo Management System implemented in Java. The system allows you to add animals, print a full report of the zoo, find animals by ID, print live animals, print dead animals, register hunting reports, register live status, and export a full report of the zoo.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Java installed on your machine to run this program.
Clone the repository to your local machine.
To run the program, navigate to the directory containing the demo.java
file and compile it using the Java compiler:
javac demo.java
Then, you can run the program using the Java interpreter:
java demo
When you run the program, you will be presented with a menu of options:
- Add animal
- Print zoo full report
- Find animal by ID
- Print live animals
- Print dead animals
- Registration of hunting report
- Registration of live status
- Export zoo full report
- Exit
Enter the number corresponding to the option you want to select.
- Ehsan Torabi Farsani - Initial work