why the code doesn't work, even with the correct answer. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why the code doesn't work, even with the correct answer.

I used a hint and it still won't accept the answer

13th Aug 2016, 4:27 PM
David Mickelsen
David Mickelsen - avatar
1 Answer
0
var a = 4 + 2; // 6 var b = 15 - a; // 9 var result = a / (b - a); // 6 / 3 Answer: 2
14th Aug 2016, 9:31 PM
Luke Watts
Luke Watts - avatar