Write a program that reads from a file called dictionary.txt which contains pairs of English and translated words separated by a comma (,) and builds a dictionary with them. Your program should then read in lines of text from the user (until a blank line) and print out a translated sentence, where each word has been looked up in the dictionary.