Text messaging is a popular means of communication. Many abbreviations are in common use but are not appropriate for formal communication. Suppose the abbriviations are stored, one to a line, in a text file names abbreviations.txt. For example, the file might contain these lines" lol :)
Text messaging is a popular means of communication. Many abbreviations are in common use but are not appropriate for formal communication.
Suppose the abbriviations are stored, one to a line, in a text file names 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 messsage 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 <u> today? <Iirc>, this is your first free day. Hope you are having fun! <:)>.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images