Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Algorithms

Authors: Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest

3rd edition

978-0262033848

More Books

Students also viewed these Algorithms questions