Search:

Type: Posts; User: arvindbis

Search: Search took 0.10 seconds.

  1. Re: help With Java SelectionSort numbers to display ascending and descending Order.

    it is very easy!
    here is the solution!!

    just change this

    if (data[index]> largest)
    with

    if (data[index]< largest)
    is your problem solved?
  2. Re: help With Java SelectionSort numbers to display ascending and descending Order.

    use your code here
    for posting you code! please
Results 1 to 2 of 2