infinite loopIf you enter anything that can't be resolved to an integer type, you're going to put cin into a fail...
TreesAt the bottom of bintree.h you say [code] #include "bintree.cpp"[/code] Don't do that.
Random Number between 60 and 100[code] //generates random numbers 60 <= Temp <= 99 Temp = rand()%40+60;[/code] EDIT: Or "%41" if ...
Problems Understanding Final ProgramThis will get you started. See if you can map this skeleton to the assignment you posted to see how ...
Need Help!!I assume you want counter to keep count of "How many times does sales meet or exceed targetNumber?" ...