+ 2
write a program to give exact operators between the numbers to fulfill equation.
e.g. There is equation 5?4?4=4?4?3 create program to find operators and show as equation.
2 Answers
0
you can modify above code to check operator between other equations and the code is in python hope you'll understand