Question: DO IT IN JAVA Write a program which continually asks the user to enter a single sentence on a line by itself. For each position

DO IT IN JAVA
Write a program which continually asks the user to enter a single sentence on a line by itself. For each position in the string, alternate uppercase and lowercase letters using a for loop. The user will enter an empty string to quit. a) Logic controlling the asking for and entering of text b) the for loop for manipulating the string c) the logic involved in manipulating the string d) the outer loop for managing the continual input e) the check for user entering an empty string f) Name your program: CrazyString.java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
