Search:

Type: Posts; User: howru

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,546

    compiling my code, i can't fix error

    }
    double celsiusAtDepth;
    {
    double celsiusAtDepth=10*depth+20
    return celsiusAtDepth;
    }



    after I compiled my code, I have an error saying:
  2. Replies
    2
    Views
    952

    Please help with my code.

    Ok, I have to write a function called distance that will calculate the distance between 2 points in an x-y coordinate system. Each point will be specified by 2 double values. Also, this function will...
  3. please compile my C program and help with my errors

    I have to write a program to take a depth (in kilometers) inside the earth as input data; compute and display the temperature at this depth in degrees Celsius and degrees Fahrenheit. So basically,...
Results 1 to 3 of 3