Any help would be appreciated (Java).
This program will translate known text message abbreviations totheir actual meanings in unabbreviated form.
(1) Implement for Tests 1 – 3:
Read an input string from the user.
If the user’s input string matches a known text messageabbreviation,
Output the unabbreviatedform
Otherwise output:Unknown.
Support two abbreviations:
LOL — laughing out loud
IDK — I don’t know
Sample input/output:
Input an abbreviation:LOLlaughing out loud
(2) Implement for Tests 4 – 6:
Expand to also decode these abbreviations.
BFF — best friendsforever
IMHO — in my humbleopinion
Expert Answer
An answer will be send to you shortly. . . . .