If, Else If Statement ProblemsSorry if I incorrectly posted this topic. I'm still a noob to C++ and the forums.
If, Else If Statement ProblemsPart 2 of the code [code]else if (house == 'n'){ cout << "You walk through the woods at night, ...
If, Else If Statement ProblemsPart 1 of the code: [code] #include <iostream> #include <iomanip> #include <string> #include <Windo...
If, Else If Statement ProblemsI am having a problem using if and else if statements. I want to eliminate the goto statements used ...