Programming Homework Help

Programming Homework Help. Build a dictionary

We are hired to implement an interactive dictionary. Our dictionary takes input from users and uses the input as a search
key to look up values associated with the key. Requirements:
– Coding: No hard coding, https://en.wikipedia.org/wiki/Hard_coding. Please think about Dynamic and Scalable.
– 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 structures or creating new data structures to store our dictionary’s data.
– Data Loading: When our program starts, it loads all the original data from the Data Source into our dictionary’s data
structure. Data Loading must finish before our program starts interacting with users.
– User Interface: A program interface allows users to input search keys. This interface then displays returned results. Our
program searches the dictionary’s data (not the Data Source) 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 sample

Programming Homework Help

 
"Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!"