Search:

Type: Posts; User: r@k33n

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,260

    crap!

    I guess the forum doesn't like those spaces.
    heres the pattern.

    999999.....999999
    99....99.....99....99
    999999.....999999
    ........99.............99
    999999.....999999
  2. Replies
    2
    Views
    2,260

    making pattern-99 noob

    how can I make this pattern?(stupid question! but Ive been trying with nested loops but cant think of any)


    999999 999999
    99 99 99 99
    999999 999999
    99 99...
  3. Replies
    1
    Views
    1,326

    Modulous Operator in Double type

    Why cant I assign modulous operator into double data type?!

    [code] double a;
    if ( a % == 0)... ... [\code]


    My compiler says: invalid operands to binary %

    what is operands?
Results 1 to 3 of 3