User profile: germanchocolate

User info
User name:germanchocolate
Name:Deral Will
Bio:I'm just beginning to learn c++ and I've been programming in java for almost 2 years now.

You can reach me through steam at: http://steamcommunity.com/id/germanchocolate/
Statistical data
Gender:Male
Occupation:Programmer
Skills:C++
Java
History
Joined:
Number of posts:87
Latest posts:

Random Number Guessing
You continue to define your function within int main(); I suggest you look at this tutorial about f...

Random Number Guessing
Could I see your code again?

Random Number Guessing
What are your errors?

HW problem. pretty sure its an easy mistake...cant find it tho.
Try doing using this instead: [code]return (temp - 32) * 5/9;[/code]

Random Number Guessing
It does generate a random number and it returns it. That's why you set the "rand" variable to what t...