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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!