Text messaging is a popular means of communication. Many abbreviations are in common use but are not

Question:

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! <:)>

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: