I'm trying to compile a simple program to bake a cake. The variables are basically
- If cake burning = Yes then turn over off.
- If temp < 120deg turn over up.
- If temp > 190deg turn over down.
Also if the cake is burning and the answer is yes then the program should end there.
I'm all good for parts 2 and 3 using if-else but I've hit a bit of a roadblock with the yes/no option. I want the user to select the value of cake_burning variable via an JOptionPane.