Hey everyone, I’m making a math game that generates random equations, the twist is that plus is equal to minus, multiply is equal to divide and vise versa. While I can get the game to work with just two numbers, e.g. 2+2, I cannot seem to make the game generate a random equation with more than 2 numbers, e.g 2+2-3.
Does anyone have any idea how I can randomly generate the operators in the equation and have unity calculate the answer?