Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: looping println

    by Norm
    Replies
    8
    Views
    1,493

    Re: looping println

    No, it is the worst way to do it.

    What if the number of lines to print is gotten from the user?

    You need a separate loop using the print() method to print single *s on a line. The number of *s...
  2. Thread: looping println

    by Norm
    Replies
    8
    Views
    1,493

    Re: looping println

    Yes, loops would be the way to solve it.
Results 1 to 2 of 2