Search:

Type: Posts; User: gemma

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,873

    Re: formal and actual parameters

    is formal num and actual 5
  2. Replies
    3
    Views
    2,873

    formal and actual parameters

    num = x
    x = num
  3. how do i return which array entered is the lowest not the number entered

    hi

    can someone show me how do i print out which array entered is the lowest not the number entered

    public static double lowest( double[] rain)
    {
    double lowest = rain[0];

    ...
Results 1 to 3 of 3