Question: Need Help in Java in english I am useing Java SDK and Eclipse IDE for Java Write a program that reads in a line of
Need Help in Java in english I am useing Java SDK and Eclipse IDE for Java
Write a program that reads in a line of text and then outputs that line of text first in all uppercase letters and then in all lowercase letters.
INPUT and PROMPTS. The program prompts for a line of text as follows: "Enter the text: " and then reads in an entire line of text as a String.
OUTPUT. There are four lines of output. The first line is "The text in all upper case is: ". The second line is the line that was read in, displayed in all uppercase. The third line is "The text in all lower case is: " and the fourth line is the original line that was read in, displayed in all lowercase.
CLASS NAMES. Your program class should be called ShoutAndWhisper.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
