Design a program as per the following information using the accompanying data file. fishpopulation.txt Make sure the program compiles and that you include pseudo code. You have been asked to produce the report below. This report will tell the state fishing department the status of fish in NJ. The file fishpopulation.txt has the values values are the Fish Tracking Number, Fish Length in cm, Fish Weight in gm, Sightings Fish Tracking Daily Population Name Number Length Weight Density Sightings Status ========== ====== ====== ===== ====== ======= ========= Sample Fish 11111 20 100 5 534 Normal You will produce two summary lines at the end of the report. The summary section should display the Rarest Fish, The Most Common Fish Density is calculated by dividing the fishes weight by its length. Status is determine by the fish sightings 0 - 100 Rare, 101 - 500 Normal, over 500 Common These are the names of the fish. The data file is set up in order to associate then name with the data you read. One Fish Two Fish Blue Fish Black Fish Old Fish New Fish Happy Fish Sad Fish Hot Fish Cold Fish This is a Java program. The report should print to the screen and a text file and the print writer should be closed before ending the program. The data (text)file has been attached, please follow all instructions.
Design a
fishpopulation.txt
Make sure the program compiles and that you include pseudo code.
You have been asked to produce the report below.
This report will tell the state fishing department the status of fish in NJ.
The file fishpopulation.txt has the values
values are the Fish Tracking Number, Fish Length in cm, Fish Weight in gm, Sightings
Fish Tracking Daily Population
Name Number Length Weight Density Sightings Status
========== ====== ====== ===== ====== ======= =========
Sample Fish 11111 20 100 5 534 Normal
You will produce two summary lines at the end of the report.
The summary section should display the Rarest Fish, The Most Common Fish
Density is calculated by dividing the fishes weight by its length. Status is determine by the fish sightings 0 - 100 Rare, 101 - 500 Normal, over 500 Common
These are the names of the fish. The data file is set up in order to associate then name with the data you read.
One Fish
Two Fish
Blue Fish
Black Fish
Old Fish
New Fish
Happy Fish
Sad Fish
Hot Fish
Cold Fish
This is a Java program. The report should print to the screen and a text file and the print writer should be closed before ending the program. The data (text)file has been attached, please follow all instructions.


Step by step
Solved in 4 steps with 4 images









