Question: I have stored the original data in enum objects already. to accesss the work already done, please use this link. https://www.dropbox.com/s/5vazi2343q85mhr/Assignment%2001%20%281%29.zip?dl=0 Also to acesss the

I have stored the original data in enum objects already. to accesss the work already done, please use this link.

https://www.dropbox.com/s/5vazi2343q85mhr/Assignment%2001%20%281%29.zip?dl=0

Also to acesss the sample output go to http://csc340.ducta.net/Assignments/Assignment-01-PartB-SampleOutput.pdf

username- sfsu

password- student.

I want my program to load original data from ENUM OBJECTS.

use java

I have stored the original data in enum objects already. to accesss

PART B-Java Programming, Data Design, and Data Structures, 43 points We are hired to implement an interactive dictionary. Our dictionary takes input from users and uses the input as search key to look up values associated with the key. Requirements Coding: No hard coding, https://en.wikipedia.org/wiki/Hard coding Data Source: Store the original data in a set of enum objects. Each keyword, each part of speech, and each definition must be stored in a separate data field. Do not combine them such as storing three parts in one String. Data Structure: Use existing data structure(s) or creating new data structure(s) to store our dictionary's data. Data Loading: When our program starts, it loads all the original data from the enum objects into our dictionary's data structure. User Interface: A program interface allows users to input search keys and displays returned results. Our program searches the dictionary's data (not the enum objects) for values associated with the search keys. Identical Output: Our program's output must be identical to the complete sample run's output. The complete output is at: http://csc340.ducta.net/Assignments/Assignment-01-PartB-SampleOutput.pdf - - - PART B-Java Programming, Data Design, and Data Structures, 43 points We are hired to implement an interactive dictionary. Our dictionary takes input from users and uses the input as search key to look up values associated with the key. Requirements Coding: No hard coding, https://en.wikipedia.org/wiki/Hard coding Data Source: Store the original data in a set of enum objects. Each keyword, each part of speech, and each definition must be stored in a separate data field. Do not combine them such as storing three parts in one String. Data Structure: Use existing data structure(s) or creating new data structure(s) to store our dictionary's data. Data Loading: When our program starts, it loads all the original data from the enum objects into our dictionary's data structure. User Interface: A program interface allows users to input search keys and displays returned results. Our program searches the dictionary's data (not the enum objects) for values associated with the search keys. Identical Output: Our program's output must be identical to the complete sample run's output. The complete output is at: http://csc340.ducta.net/Assignments/Assignment-01-PartB-SampleOutput.pdf

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!