Search:

Type: Posts; User: wolf_fcknHaley33

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,158

    Re: What is wrong with my spaces?

    Thanks for the worthless suggestion. I figured it out either way. And it had nothing to do with removing that line.
  2. Replies
    5
    Views
    1,158

    Re: What is wrong with my spaces?

    Any suggestions on what is flawed in my code?
  3. Replies
    5
    Views
    1,158

    What is wrong with my spaces?

    for(int i = 4; i >= 1; i--){

    for(int numbers = 1; numbers <= i; numbers++){

    for(int space = 4; space > i; space--){

    if(numbers > 1)continue;
    if(space >...
  4. Replies
    6
    Views
    1,542

    Re: Help trying to get this patter

    Does anybody know how to explain where I would include the spaces?
  5. Replies
    6
    Views
    1,542

    Re: Help trying to get this patter

    Would I have to use another nested loop? or an if statement? I've been trying for 2 days, but I don't seem to get a right solution
  6. Replies
    6
    Views
    1,542

    Help trying to get this patter

    The program is suppose to print. I don't a way to space it

    Pattern

    1 2 3 4
    1 2 3
    1 2
    1
  7. Replies
    2
    Views
    1,861

    Nested for loop

    So, I got the pattern right, but I was wondering if anybody else had a different approach to print out the same pattern using 2 nested for loops.
    When I try to include spaces in the inner loop to...
Results 1 to 7 of 7