Search:

Type: Posts; User: Panri93

Search: Search took 0.23 seconds.

  1. Re: Sorting an array without using the method sort()

    I didn't manage to do it. I don't see how! :(
  2. Re: Sorting an array without using the method sort()

    Yep... it seems that I'll need to work again on the code...

    --- Update ---



    I've modified the post and now I'm getting the desired result but I'm missing the position of the numbers from the...
  3. Re: Sorting an array without using the method sort()

    I'm getting the following:

    an ID[4.2, 9.4, 6.1, 4.7, 6.4, 6.0, 7.7, 8.1]
  4. Re: Sorting an array without using the method sort()

    --- Update ---

    [/COLOR]

    I've added what you asked for, please, let me know if you need anything else. For further clarification, the first test is passing the following vector of grades to be...
  5. Sorting an array without using the method sort()

    Hi guys,

    I'm a beginner in Java. I need to sort a set of grades from students and print them sorted together with the index they occupy in the input vector. I've done the following:



    ...
Results 1 to 5 of 5