+ 2
Why the error?đ€
This program finds the value of x in the equation of format: x operator a = b where: 1 - "x" can be any algebraic variable "a-z" 2 - "operator" can be Ă,Ă·,+ or - 3 - "a" is the second operand and "b" is the result of the calculation e.g x Ă 3 = 15, b - 30 = 56, z Ă· 4 = 12 https://code.sololearn.com/ccEWZ9uUevXb/?ref=app the problem is its not working with operators 'x' and 'Ă·' â this program may be a bit hard to understand so please prepareâ
1 Answer
+ 1
Julien Quentin thanks alot bro that worked đđ