I’m trying to solve this problem but it always fails the tests.
here’s my solution:
(= (- 10 (* 2 3)) 4)
I tried this on Chrome and Firefox, same result.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You just enter the answer for the blank, not the whole thing.
In this case:
(= (- 10 (* 2 3)) __)You’ve correctly identified that the
__should be replaced with 4, and that’s what you enter in the box.