hello
I want to make a math question by coding in the form of 3 numbers in math operations...
For example: 3-10*6 , the output should not be negative
Or: 10*2+5 , Priority is important .
But I don't want the result to be a negative number, or to observe the priority of the equation in the equations
I want to make a math question by coding in the form of 3 numbers in math operations...
For example: 3-10*6 , the output should not be negative
Or: 10*2+5 , Priority is important .
But I don't want the result to be a negative number, or to observe the priority of the equation in the equations