Search:

Type: Posts; User: yuli

Search: Search took 0.10 seconds.

  1. Thread: nested for loop

    by yuli
    Replies
    6
    Views
    1,176

    Re: nested for loop

    ohh ok ill try it like that thank you ..I will see if it works
  2. Thread: nested for loop

    by yuli
    Replies
    6
    Views
    1,176

    Re: nested for loop

    I get what you are saying


    for(number =1; number <= 9; number++)


    the thing I don't get is the actual spacing and the numbers
  3. Thread: nested for loop

    by yuli
    Replies
    6
    Views
    1,176

    Re: nested for loop

    I know how to use for loops but I don't know how to get it to do it the times equal to its square
  4. Thread: nested for loop

    by yuli
    Replies
    6
    Views
    1,176

    nested for loop

    Using nested for loops, write a program that will print the numerals 1 through 9 a number of times equal to its square. 1 will print one time (1^2), 2 will print 4 times (2^2), 3 will print 9 times...
Results 1 to 4 of 4