(1) If a user's input string matches a known text message abbreviation, output the unabbreviated form, else output: Unknown. Support two abbreviations: LOL -- laughing out loud, and IDK -- I don't know. Sample input/output: Input an abbreviation: LOL laughing out loud (2) Expand to also decode these abbreviations. BFF -- best friends forever IMHO -- in my humble opinion TMI -- too much information #include #include // Note: This library is needed to use the string type using namespace std; int main() {    /* Type your code here. */    return 0; }

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter2: Using Data
Section: Chapter Questions
Problem 18E: Pig Latin is a nonsense language. To create a word in pig Latin, you remove the first letter and...
icon
Related questions
Question

(1) If a user's input string matches a known text message abbreviation, output the unabbreviated form, else output: Unknown. Support two abbreviations: LOL -- laughing out loud, and IDK -- I don't know.

Sample input/output:

Input an abbreviation: LOL laughing out loud

(2) Expand to also decode these abbreviations.

  • BFF -- best friends forever
  • IMHO -- in my humble opinion
  • TMI -- too much information

    #include <iostream>
    #include <string> // Note: This library is needed to use the string type
    using namespace std;

    int main() {

       /* Type your code here. */

       return 0;
    }

 

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
ASCII Codes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT