Hello everyone, as you guessed, I am a C programming student and was hoping someone could lead me in the right direction. I am not looking for THE answer, just a confirmation that I am on/off the right path... I am trying to use a value returned from one function in another function. I believe I have to assign the returned value to a variable name so I can use this newly named variable in the next function. I have tried to use the function header of the first function (since it returns the value I need) but the returned value for the second function was way off. All help is appreciated!

dno117