Recent content by zatawave

  1. Z

    Java 3.15 Program: Text message expander (Java)

    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...
  2. Z

    Java 3.14.1: Warm up: Text message abbreviation decoder (Java)

    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"...
Back
Top