Question: Problem Description and Given Info Complete a Java program that takes some text as the input, and outputs a message from Java with that text.

Problem Description and Given Info Complete a Java program that takes some text as the input, and outputs a message from Java with that text. Here are some examples of what the user should see when the program runs. Example 1 Enter your text : Howdy! Java says "Howdy!" Example 2 Enter your text : One Two Three ! Java says "One Two Three!" For the given inputs, make sure that your program output looks exactly like the examples above (including spelling, capitalization, punctuation, and spaces). Helpful Hints: Escape sequences can be useful for this problem (specifically for the double quote marks). Your output should end with with a newline character e to search O (2 A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
