Search:

Type: Posts; User: dmcarpenter

Search: Search took 0.01 seconds.

  1. To be honest, thats the order we learned that...

    To be honest, thats the order we learned that most general programs go in. I i had an idea i would say the function call in your code would be referring back to the function prototype. Without the...
  2. Lol the problem isnt the matching, the problem is...

    Lol the problem isnt the matching, the problem is if I'm asked what is the difference between these functions? Using computer terms of course would be nice and would make me feel more intelligent in...
  3. Function Prototype: A Function Call: B Function...

    Function Prototype: A
    Function Call: B
    Function Definition: C
  4. I have no example code and its not for Homework...

    I have no example code and its not for Homework or anything its to study for a test. I just need an example of a Function call, Function definition, and function prototype
  5. Function Prototype, Function Call, and Function definition

    I was looking all over the internet and I still havent found a simple definition of these three terms and the difference between them...I was wondering If I could get some help differing them by...
  6. I need Immediate help with a problem due in a few hours....

    Distance on the Earth's surface. Write a program that takes the latitudes and longitudes of two points on the earth's surface and computes the distance between them in nautical miles, miles, and...
  7. How to write a program that will calculate the strain of an object

    The equation for strain is:
    delta(x)/x_0
    delta(x) is the change in length of the rod(final length - initial length)
    x_0 is the original length of the rod

    I'm trying to figure out how to write a...
  8. The two equations used to convert ACT scores to...

    The two equations used to convert ACT scores to SAT scores are below:
    SAT(math) = 12.118 + 22.096(ACT math)
    SAT(verbal) = -22.267 + 20.763(ACT english)

    I have to use these equations in my code...
  9. I'm having problems with the development process...

    I'm having problems with the development process of how to integrate the stress equation into a code.....
    Below is what I've tried so far....Being as how I am new to this concept I'm sure it need...
  10. How to write a C program that will Calculate stress

    I recently signed up for ES201 class and am confused with how to compile a program in the C language that will convert ACT scores to SAT scores.
    And sorry for the false thread title posted the one...
Results 1 to 10 of 10