Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use JAVA language . For accesing output link in description use username and password below Username- sfsu Password- student Please read assignment instructions carefully PART

Use JAVA language.

For accesing output link in description use username and password below

Username- sfsu

Password- student

Please read assignment instructions carefully image text in transcribed

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

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

More Books

Students also viewed these Databases questions

Question

What is the mean world syndrome?

Answered: 1 week ago

Question

9. Power and politics can be destructive forces in organizations.

Answered: 1 week ago