I was doing a practice excercise from a book and it asked me to Implement a simple "password" system that takes a password in the form of a number. Make it
so that either of two numbers are valid, but use only one if statement to do the check.
So I type up the following code, and it's accepting anything regardless of it being equal or not to the if statement.
just started out with C++, this kinda confuses but I'm pretty sure it's because I'm not doing something correctly in the if statement.