Search:

Type: Posts; User: orbin

Search: Search took 0.08 seconds.

  1. Re: creating a new method that's not outputting correct result

    I'm having trouble with another method I'm trying to create. I'm trying to find a position of a number in the array but I previously sorted it in the getMedian method. I thought when I sorted it in...
  2. Re: creating a new method that's not outputting correct result

    I changed it but I still don't understand how I'm overincrementing. When I do the four score row... I thought it's printing scoresIntArray[0] then incrementing then going to 1 then to 2 and so on...
  3. creating a new method that's not outputting correct result

    I'm trying to create a new method called getTotal which is supposed to take all the numbers in the array and add each of them up to get a total of all the numbers. I was supposed to print each number...
Results 1 to 3 of 3