Hey everyone. I really need some help with my code for class. Here is the prompt :
Write a program to manage a dictionary. The dictionary should be stored on a text file named diction.txt and consist of an alphabatized list of words, one per line. When a user enters a word, scan the dictionary looking for the word. If the word is in the dictionary, say so. If not, display the dictionary word immediately preceding and immediately following so the user can see words that are close in spelling. Then ask if the user wants to answer another word, if the answer is yes, go back to the above steps. If no, terminate the program.
I would really appreciate any help that anyone can give me on this lab.