Search:

Type: Posts; User: DeadlySwordz

Search: Search took 0.09 seconds.

  1. Re: Finding the smallest element and shifting....

    i couldn't figure it out. the lines i added are :

    public static int min(double[] list) {
    double min = 0;
    for (int i = 1; i < numbers.length; i++){
    if (numbers[min] >...
  2. Re: Finding the smallest element and shifting....

    bump...anyone?
  3. Finding the smallest element and shifting....

    Hello again. I been trying to do this java HW all day but i am starting to get a headache lol. This HW has to do with getting the user to input 6 numbers and save them into an array. After that is to...
Results 1 to 3 of 3