I am doing an assignment that needs me to program a total of 8 math operations, but I can only use 4 inputs. I searched everywhere and I am stuck because I dont know how to prompt the user for 3 integers (quadratic) and the next operation have the terminal to prompt the user for 2 inputs ( addition) . I know its if and else statements but i dont know how to prompt the user properly in order to have a concise code.. using only 4 variables.