Question: In c++ please 4.25 LAB*: Program: Text message decoder (1) Use getline() to get a line of user input into a string. Output the line.
In c++ please


4.25 LAB*: Program: Text message decoder (1) Use getline() to get a line of user input into a string. Output the line. (3 pts) Ex: Enter text: IDK if I'll go. It's my BFE's birthday. You entered: IDK if I'll go. It's my BFE's birthday. (2) Search the string (using find()) for common abbreviations and print a list of each found abbreviation along with its decoded meaning. (3 pts) Ex: Enter text: IDK if I'll go. It's my BFE's birthday. You entered: IDK if I'll go. It's my BF's birthday . BFF : best friend forever IDK: I don't know main.cpp Load default template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
