Zookeeper has difficulty in monitoring animals in their living habitat, there is need to implement a system that will monitor these animals automatically. For this program to function optimally, I need to determine; types of input and output, how the input will be retrieved from user and output will be produced and scope of this application
Pseudo code
Definition of class function (Monitoring System) to mark the starting point of applications
Function monitoringSystem()
Define variables
Define how input is to be stored i.e. as array
Define function Details()
Obtain animals or habitat as input from user
IF animal
Obtain previous selection from file
Print list of animals
Option to go back to main menu
Obtain input from user
Print user selection
Print alert if available
ELSE IF habitat
Provides option to print habitat with an option to go back to main menu
Obtain user input
Print user selection
Print error/alert if available
ELSE
Exit program