You are viewing a single comment's thread. Return to all comments →
You missed the bounds checks.
if (n >= 1 || n <= 1000) {...
Seems like cookies are disabled on this browser, please enable them to open this website
Day 19: Interfaces
You are viewing a single comment's thread. Return to all comments →
You missed the bounds checks.