Skip to content

A small student project that simulates the food chain of animals in a zoo.

Notifications You must be signed in to change notification settings

ehsan-torabi/Zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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