Question: Java... Using a while loop, copy all characters to a new string replacing the space characters a question mark '?'. Your loop should run until
Java...
Using a while loop, copy all characters to a new string replacing the space characters a question mark '?'. Your loop should run until a period is encountered in the string. Assume all strings contain periods.
Make sure that you prime the loop properly.
Example Run:
Enter some text
Now is the time for all good men
Now?is?the?time?for?all?good?men
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
