What's wrong with this code? Nothing?! Test it again. Remix the project: find and fix the bug(s). This is how the program should work: 1. Click the Flag to start. The program generates two random numbers and stores them in variables a and b. It also calculates a+b and stores the result in variable c. 2. The user is asked what is a+b. 3. The user's answer is compared to the correct answer that is stored in variable c. 4. if their answer is correct we display That's right!, otherwise we tell them what the correct answer is.