Search:

Type: Posts; User: eyalfish

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,008

    Re: Hi everyone i need some advice

    For(int i=0,j=1;i<=4;i+=2,j+=2){
    for(int k=i;k<=i;k++)
    Syso..print("*");
    For(int k=j;k<=j;k++)
    Syso..print(" ");
    }

    this is what i got the first line:
    *blank*blank*
  2. Replies
    3
    Views
    1,008

    Hi everyone i need some advice

    Hi,
    i need to create this shape:
    *" "*" "*
    " "*" "*" "
    " "" "*" "" "

    using loops.can you guide me on how to deal with the blank and asterisks?
    its just dont work correctly for me

    thanks...
Results 1 to 2 of 2