G
Guest
I am attempting to write a simple program to help my niece with multiplication. I want it to have a simple problem, ie 4 X 5 = ? Then have it ask to input an answer and if the answer = 20, then return Correct, if the answer is not correct then return wrong. I know I need to nest if then statements but it isn't working for me?