Recent content by zatawave
-
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...- zatawave
- Thread
- Java Program Text
- Replies: 1
- Forum: Programming and Computer Science
-
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"...- zatawave
- Thread
- Decoder Java Text
- Replies: 1
- Forum: Programming and Computer Science