Search:

Type: Posts; User: djpista

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,010

    Re: Returnin 3d array problem

    Looking through the code a million times i recognized when im running the code its works almost fine the Raktar class Randomallapot method makes a random status of a warehouse and after the BetarEgy...
  2. Re: Program should display number of positives\negatives\total\average

    while(n!=0)
    {
    //if the number is less than zero, count it
    if(n<0)
    {
    numOfNeg++;
    }
    //if the number is greater than zero, count it
    if(n>0)
    {
  3. Replies
    3
    Views
    1,010

    Re: Returnin 3d array problem

    So heres the class that the first class extends and i checked the array its actually gives the numbers i'd like to
    i was spending a lot of time front of the code and try to figure out what is the...
  4. Replies
    3
    Views
    1,010

    Returnin 3d array problem

    Hello! My problem is that i created a class where i did a method and this method returning with a 3d array. When i wud like to use this array in an other class suddenly its a empty array with full of...
Results 1 to 4 of 4