Search:

Type: Posts; User: petemyster

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    1,676

    [SOLVED] Re: Sorting a number array (ascending)

    Silly mistake really, got it sorted.


    public static void main(String Args[])
    {
    for (int count=0; count<TestArray.length;count++)
    {
    for (int...
  2. Replies
    1
    Views
    1,676

    [SOLVED] Sorting a number array (ascending)

    Hi, I'm in the middle of trying to write a program that will sort an array from lowest to highest, and I can't get the basics to work right. Any ideas? It starts off ok but then starts listing in...
Results 1 to 2 of 2