I'm having issues with this code, here are the parameters and results.
Create a 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...
I'm working on this code for my programming class and I'm completely stuck. Here is what I have so far but I keep getting error messages.
import java.util.Scanner;
public class TextMsgAbbreviation {
public static void main(String[] args)
{
String BFF ="best friends forever"...