Run the program with the command:
Enter the word you want to look up when prompted. The program will return the definition of the word if it exists in the dictionary.
- Certain word definitions may contain multiple meanings, and the program will return only the first definition, but only in certain cases. In other cases, it may return all definitions. This inconsistency is due to the way the dictionary data is structured and how the program processes it.