Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,585

    Re: another for loop question

    Add a "*" every time around the loop
    Add a "\n" when the counter says to add the next newline.
    To see when to add the newline, take a piece of paper and write the design of *s in the rows they...
  2. Replies
    3
    Views
    1,585

    Re: another for loop question

    The job is to build a String with lineend characters at the right places to put the number of *s on each line that are needed to make the display.
    Use a counter to determine when a lineend should be...
Results 1 to 2 of 2