So I have a project due, and I am completely drawing a blank and be pushed in the right direction. I have to take 15 temps and switch them to celsius then after all the 15 temps have been processed, all temperatures processed needs to be displayed.
Im not even sure where to begin the code, I feel like I havent learned anything at all, the whole time the code has been written out and now he wants us to write it......
Well, if you really don't know what to do, you should start by looking over the tutorial on this site. http://www.cplusplus.com/doc/tutorial/
Try to write the program then come to us with specific problems you have.
Start by writing a function which will convert C to F and then write a simple main() driver which will test the function. If you can't remember the formula F=9/5*C+32. If you use some form of loop you can perform multiple conversions. Now pray that this is not spoon feeding.