ok
11 is not inside 2 to 10...
No. How do you expect 6 valid numbers instead of 7, between 2 and 10 (inclusive)?
Hi guys, as the first 10 positive numbers that should be counted are 2, 3, 4, 6, 7, 8, 9, 11 the fixed test test.assert_equals(no_5s(2, 10), 7, 'a = 2, b = 10') should report 6 and not 7. Shouldn't it?
Loading collection data...
ok
11 is not inside 2 to 10...
No. How do you expect 6 valid numbers instead of 7, between 2 and 10 (inclusive)?
Hi guys, as the first 10 positive numbers that should be counted are 2, 3, 4, 6, 7, 8, 9, 11 the fixed test test.assert_equals(no_5s(2, 10), 7, 'a = 2, b = 10') should report 6 and not 7. Shouldn't it?