Search:

Type: Posts; User: mwr76

Search: Search took 0.10 seconds.

  1. Re: Help with interrupting a loop without break or continue

    I figured it out. I thought I would share the solution. I added commented asterics lines to show the beginning and end of the code blocks I added:



    import java.util.*;

    public class...
  2. Help with interrupting a loop without break or continue

    My instructor will not allow us to use break, (unless it is within a switch statement) or continue. I have written a program that takes a phrase with a hyphen and prints out the corresponding phone...
Results 1 to 2 of 2