Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    :confused::eek:

    what the.! anyway... ill keep that.. !! heheheheh
  2. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    tnx helloworld... for correcting the code for me... anyway .. its a bit confusing for me trying to understand the logic of big 'O' .. :))


    ahh , i want to compare the value of 'a' into 5 (that's...
  3. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    ahh so its ok if i remove the return statement... and helloworld regarding with the big 'O' notation ... i dont have any idea about ...

    and regarding with the drawPattern that can generate by a...
  4. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    exactly ... as in loop inside a loop inside a loop that will generate the same out put...


    or just a single loop.... hahaa... i cant think of it... ei wait regardig with your method im not yet...
  5. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    Whoa that's a bit harder... pre-defined method haha., im not yet running that program but i notice that ...
    it has a little bit logical similarities with mine...

    the main loop will generate the...
  6. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    so thats it wahahahah I was having a very hard time "what will I do in numbers 5.) and 6.)"

    "huh".. Im really extracting the step-by-step logic that you posted from 1 - 7 whahahah so thats it...
  7. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    ahmm helloworld. can you show the code for this.. i want to study its algorithm and to compare its flow with the one that i made


    1. Input how wide of a box you want = width (must be odd number)...
  8. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    oh sori helloworld.. i understand what you mean.. its just that... i also want to figure it out..
    anyway ixjaybeexee, I started also like that.. i want other people to make the program for...
  9. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    DONE DONE DONE!! i MADE it... but i wont deletete my first two post i want someone to check it... for me to know my first mistakes... (please dont think i'm spamming...)

    yehey!! idid it!! what...
  10. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    oh my God ! im here... cant believe it ..




    for (int x = 1; x <= 7; x = x + 2) {

    for (int p = x; p <= 5; p++) {

    System.out.print("_");
  11. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    im already here please help!



    for (int x = 1; x <= 7; x = x + 2) {

    for (int j = x; j > 0; j--) {

    System.out.print("*");
    }
  12. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    oh sorry.. there's no spaces.. i was confused if asterisk ,, its a charcter that will appear on a 'top'
    i thought is was spaces.. sory,,
  13. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    wait, I can see some spaces. is it also in the part of the loop?
  14. Replies
    23
    Views
    3,240

    Re: Program with for loops help

    wahh i have school today if i had a long time for this right now i ill try to do this...

    anyway try to study this first ..

    same problem but slightly easy rather than that (helloworld922 gave...
Results 1 to 14 of 14