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 08:00
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
question
Computers and Technology, 23.06.2019 15:30
The song about casey jones a railroad engineer who gives his life on the job would most likely gall under the folk song category of? a-work song b-nonsense song c-religious song d-ballad
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Afashion designer wants to increase awareness about her brand. which network can she use and why she can use the blank to blank her products online. answers for the first blank: internet, extranet, or intranet answers for the second blank: market, design, and export
Answers: 1
question
Computers and Technology, 24.06.2019 03:00
Click the "draw structure" button to activate the drawing utility. draw two diastereomers of (1z,4r)−1,4−dimethylcyclodecene and name them, including (e)/(z) and (r)/(s) notation. part 1 out of 4 draw the diastereomer containing a chiral center with s configuration here. window open
Answers: 1
You know the right answer?
Java: program and pseudocode.
write a program to perform a bird survey to count the number of...
Questions
Questions on the website: 13722367