Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.24 KB

Zoo Management System

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Java installed on your machine to run this program.

Installing

Clone the repository to your local machine.

Running the Program

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

Usage

When you run the program, you will be presented with a menu of options:

  1. Add animal
  2. Print zoo full report
  3. Find animal by ID
  4. Print live animals
  5. Print dead animals
  6. Registration of hunting report
  7. Registration of live status
  8. Export zoo full report
  9. Exit

Enter the number corresponding to the option you want to select.

Authors

  • Ehsan Torabi Farsani - Initial work