0
why the code doesn't work, even with the correct answer.
I used a hint and it still won't accept the answer
1 Réponse
0
var a = 4 + 2; // 6
var b = 15 - a; // 9
var result = a / (b - a); // 6 / 3
Answer: 2
I used a hint and it still won't accept the answer