Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a program that reads in flora.csv and creates a hash table. All the user to search for the name of a flora and output
Create a program that reads in flora.csv and creates a hash table. All the user to search for the name of a flora and output whether or not it was found along with the family of the flora. Also allow the user to add or remove flora. Below is an
example run: 30703 flora read into a hashtable
1 = Search for a flora
2 = Add a new flora
3 = Delete a flora
Your choice: 1
Flora Name: pear
This flora was found. Family = Rosaceae
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