Tagged Questions
1
vote
8answers
653 views
Getting an answer from a string of digits.
Write a program which will find all solutions to make the string "123456789" evaluate to a integer input value by inserting any of the four basic arithmetic operations (+ - * /) into the string in any ...