Question: Program Specifications: (use Java) The Pokdex is an electronic device designed to catalogue and provide information regarding the various species of Pokmon featured in the
Program Specifications: (use Java)
The Pokdex is an electronic device designed to catalogue and provide information regarding the various species of Pokmon featured in the Pokmon video game, anime and manga series. (http://pokemon.wikia.com/wiki/Pok%C3%A9dex).
You are tasked with writing a simple Pokedex program that will get the information from a large list of pokemon stored in a file, save each pokemons information into pokemon objects within an ArrayList object.
Write a test/driver program that imports and processes the information from the pokemon CSV file. Additionally, write a simple, menu driven program that can display all pokemon, or find a specific pokemon by name.
Notes:
A common file format for data is a comma separated value file, or csv file. CSVs allow us to easily deal with spaces in the input data.
Pokemon CSV downloaded from: https://gist.github.com/armgilles/194bcff35001e7eb53a2a8b441e8b2c6
To Do:
Design and implement a Pokemon class
Implement appropriate setters and getters
Implement the toString() method
Optional: implement an overloaded constructor
What to submit:
A zip file with your entire java project
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
