This online class is not for me

out of time
Last edited on
What's the problem?
I get errors when I try to run the code and I don't really thing the main() is correct. At this point I don't think I'll complete the assignment. It is due in one hour. I have struggled way to long before asking for help.
Last edited on
I get errors when I try to run the code and I don't really thing the main() is correct.


So what are the errors?
variables "balance" and "number" being used without being initialized.
Do you see what you did with the variable "count"? To fix that particular error, all you need to do is the same thing for those two variables: set them to something upon initialization.

Good luck! And... you're not allowed to turn your work in late for partial credit? Better late than not at all...

-Albatross
Albatross, I have tried that and I still got the same errors.
Well, that is the exact fix for a "variable being used without being initialized" warning/error. :/

-Albatross
Last edited on
Topic archived. No new replies allowed.