User profile: yoze15

User info
User name:yoze15
Location:Virginia
Bio:The average novice programmer.
History
Joined:
Number of posts:4
Latest posts:

If, Else If Statement Problems
Sorry if I incorrectly posted this topic. I'm still a noob to C++ and the forums.

If, Else If Statement Problems
Part 2 of the code [code]else if (house == 'n'){ cout << "You walk through the woods at night, ...

If, Else If Statement Problems
Part 1 of the code: [code] #include <iostream> #include <iomanip> #include <string> #include <Windo...

If, Else If Statement Problems
I am having a problem using if and else if statements. I want to eliminate the goto statements used ...