Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.17 seconds.

  1. Replies
    22
    Views
    1,184

    Re: returing my value from an array

    Spoonfeeding is not helping.
  2. Replies
    22
    Views
    1,184

    Re: returing my value from an array

    What is going on here:


    public static int getLowest(int[] yourNumbers)
    {

    int lowest = yourNumbers[0];
    {
    for(int i = 1; i < yourNumbers.length; i++)
  3. Replies
    22
    Views
    1,184

    Re: returing my value from an array

    When posting code, please use the highlight tags to preserve formatting.

    What does this code do? What exactly are you stuck on?
Results 1 to 3 of 3