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,
[…]