[solved]-Text Messaging Popular Means Communication Many Abbreviations Common Use Appropriate Forma Q39016520
Text messaging is a popular means of communication. Manyabbreviations are in common use but are
not appropriate for formal communication. Suppose the abbreviationsare stored, one to a line, in a
text file named abbreviations.txt. For example, the file mightcontain these lines:
lol
🙂
iirc
4
u
ttfn
Write a program that will read a message from another text file andsurround each occurrence of an
abbreviation with <> brackets. Write the marked message to anew text file.
For example, if the message to be scanned is
How are u today? Iirc, this is your first free day. Hope youare
having fun! 🙂
the new text file should contain
How are <u> today? <Iirc>, this is your first free day.Hope you are
having fun! <:)>
Expert Answer
Answer to Text messaging is a popular means of communication. Many abbreviations are in common use but are not appropriate for for… . . .
OR

