Monkey asks for two numbers. But when he adds them, he does not get the correct answer. Can you help him fix the program? Solution: After monkey asks for the second number, it originally was "set num1 to answer", where it would overwrite number 1's value, so I changed it to "set num2 to answer" so number 2 is assigned a number as well.