Text messaging is a popular means of communication. Many abbreviations are in common use but are not appropriate for formal communication. Suppose the abbreviations are stored, one to a line, in a text file named abbreviations.txt. For example, the file might contain these lines:
Lol
:)
Iirc
4
U
Ttfn
Write a program that will read a message from another text file and surround each occurrence of an abbreviation with ‹ › brackets. Write the marked message to a new text file.
For example, if the message to be scanned is
How are u today? Iirc, this is your first free day. Hope you are having fun! :)
the new text file should contain
How are today? this is your first free day. Hope you are having fun! ‹:)>
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.