subject

Java: program and pseudocode.
write a program to perform a bird survey to count the number of birds of each species in an area. create a class birdsurvey that is a linked list. the linked list can be one way linked list, circular linked list or a doubly linked list; whichever you choose.
birdsurvey should have the following operations in addition to those normally found in your linked list class:
1. add(bird) – adds the bird species bird to the end of the list, if it is not already there. sets its count to 1;
otherwise, adds 1 to the count for bird.
2. getcount(bird) – returns the count associated with the species bird. if bird is not on the list, returns zero.
3. getreport() – displays the name and count for each bird species on the list.
you will write a program that uses birdsurvey to record the data from a recent bird survey. use a loop to read bird names until done is entered. illustrate the use of each of the methods mentioned above, with the last being a report of all the species of birds entered and the count for each species.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:00
What does the level 1 topic in a word outline become in powerpoint? a. first-level bullet item b. slide title c. third-level bullet item d. second-level bullet item
Answers: 1
question
Computers and Technology, 24.06.2019 21:50
Maddie is traveling to india and would like to document her trip for friends and family to access online. what tool would be best? app blog listserver web page
Answers: 1
question
Computers and Technology, 24.06.2019 23:30
True or false when a host gets an ip address from a dhcp server it is said to be configured manually
Answers: 1
question
Computers and Technology, 25.06.2019 04:00
Has anyone noticed that has been giving the wrong answers and that the ads are blocking answers or is that just me?
Answers: 2
You know the right answer?
Java: program and pseudocode.
write a program to perform a bird survey to count the number of...
Questions
question
Mathematics, 15.07.2019 10:30
Questions on the website: 13722359