Problem
Use the binary search algorithm in your solution. Write code to read a dictionary from a file, then prompt the user for two words and tell the user how many words in the dictionary fall between those two words. Here is a sample run of the program:
• Type two words: goodbye hello
• There are four words between goodbye and hello.