Search:

Type: Posts; User: 3sbwya

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    947

    Re: Problem with Random Numbers

    Thanks. That helped a ton
  2. Replies
    2
    Views
    947

    Problem with Random Numbers

    I'm working on this program where I create an array of random integers and use bubble sort to get them in order:



    package bubblesort;

    import java.util.Random;
    public class BubbleSort {

    ...
Results 1 to 2 of 2