Help on terminating a program[code] if(Year<0) { cout<<"Since when can a year be negative?"<<endl; ...
Help on terminating a programIf you are saying to do something like: [code]if(Year<0) { break; } [/code] I am not using a fo...
Help on terminating a programshameless bump :|
Help on terminating a program[code] if ((( Year % 4 == 0) && (! ( Year % 100 == 0))) || (( Year % 4 == 0) && (! ( Year % 100 == ...
Quick if statement help!Thank You! That worked. One more question, if I wanted to make it so my program terminates if "Year...
This user does not accept Private Messages