In the GetNumbers function change the if statement to:
The code before only had a single '=' where a double '=' was needed (Ben probably didn't even compile it so was an easy thing to miss). That will fix the error. From here you should add some error handling for practice.