Question: Exercise 5.11 Write a method in the AnimalMonitor class to print details of all the sightings recorded on a particular dayID, which is passed as
Exercise 5.11 Write a method in the AnimalMonitor class to print details of all the sightings recorded on a particular dayID, which is passed as a parameter to the method. This is the class that the function method needs to be applied to.

public void getRecord(int dayid) String[]record=getDetails(dayid); for(int i =0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
