This may seem redundant, as I know I have seen at least one thread on this exact topic, but it seemed to vary from what I had, and I couldn't quite get the answer I was looking for from there. So here goes, and as always, any and all help is greatly appreciated. The program is supposed to average 3 test scores and return the result. The scores are per input given by the user. I feel like I am very close, but I am not sure what exactly is going wrong. I am just learning about value returning functions, so this is a bit of a roadblock until I can get this. The code itself does not show any syntax errors, which makes it all the more difficult, but the output console says "fatal error LNK1120: 2 unresolved externals". I hope I'm as close as I think, but time will tell I suppose. And thanks again for any help. I do truly appreciate the time.
The function definition uses the name getAverage, but the function prototype and call in main use the name testAverage - you may have changed the name and just didn't update it in one place?
Well, as I figured, it was something really simple. And I appreciate you letting me know that wildblue. Sometimes a second pair of eyes helps. I found that in addition, I saved the file incorrectly somehow. I made the change you suggested, resaved the file in the correct format, and voila, its good to go. Thanks again. I, like many others, would be lost in the dark without the incredible help on this site from people like yourself.