Issue with my program, not sure what mistake I'm making

So, I'm doing a homework assignment, and have it all but completed. However, every time I've tried running it, it comes up with errors. I've fixed most of them, but am stuck on these particular ones:

'Uninitialized local variable (num1, num2, num3) used.'

I realize that they are uninitialized in the main function, however I declare their values, at least I think, in a function named void func2.

My question is how do I fix that particular problem? I'm imagining my errors with the code are minimal.

Unfortunately, I don't know how to post the code in here either. Could someone let me know, please, that way I can show it to you guys?
If you declare these variables in main you should initialize them there before you pass them to other functions.
Topic archived. No new replies allowed.