Use scnr.

Please help program using conditional logic and string operations that does the following using your NetBeans IDE and upload it here: (1) Use scnr.nextLine(); to get a line of user input into a string. Output that line. (1 pt)

Ex:

Enter text: IDK how that happened. TTYL. 
You entered: IDK how that happened. TTYL.

(2) Expand common text message abbreviations. Output a message for each abbreviation that is expanded, then output the expanded line. Note: Check for abbreviations in the order provided below. (5 pts)

Support these abbreviations (you only need to support these):

  • BFF — best friend forever
  • IDK — I don’t know
  • JK — just kidding
  • TMI — too much information
  • TTYL — talk to you later 

Ex:

Enter text: IDK how that happened. TTYL. 
You entered: IDK how that happened. TTYL.

Replaced "IDK" with "I don't know".
Replaced "TTYL" with "talk to you later".

Expanded: I don't know how that happened. talk to you later.

L

Lab Submission

3.15.1: Program: Text message expander (Java)

Instructions

Deliverables

TextMsgExpander.java

We will expect the above file(s) to be submitted

Compile command

javac TextMsgExpander.java -WerrorWe will use this command to compile your code

 
"Looking for a Similar Assignment? Order now and Get 10% Discount! Use Code "Newclient"