Search:

Type: Posts; User: jps

Search: Search took 0.22 seconds.

  1. Re: How can I sort numbers from highest to lowest and keep names with them? Arrays

    I meant can you sort the numbers without the program. Just sort them. Think about how you would go about finding the largest or smallest number from all of them. Write down the steps necessary to...
  2. Re: How can I sort numbers from highest to lowest and keep names with them? Arrays

    90 43 98 58 69 20 75 73 40

    Can you sort these numbers?
  3. Re: How can I sort numbers from highest to lowest and keep names with them? Arrays

    You have an array of scores and an array of names.

    You will use the scores to sort them. So what ever happens to the score array should happen to the names array at the same time.

    How will you...
Results 1 to 3 of 3