Join 132,628 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,040 people online right now. Registration is fast and FREE... Join Now!
You'd need to edit the code, but even then the else part will never execute if the if statement is true, and the if statement would never execute if its false, but the else would.