A text file concordance creates, for each distinct word in the text file, the word, the number of times the word appears in the text, and the line numbers on which the word appears. Write a program that reads a file name from a user, opens and reads the file, creates a concordance of the file, and writes the concordance to a second file. As you read each word from the file, convert the word to uppercase.