Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 pokemon's 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. To Do: Design and implement a Pokemon class Implement appropriate setters and getters Implement the toString() method Optional: implement an overloaded constructor Starter code will be provided in class using github.com
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started