You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task asks to display every fifth number in a given interval. The example interval is [11..30].
For me, the first fifth member is 11+5=16, and not 15 as the example returns.
An other example:
3 4 5 6 7 8 9 10 11 12 13 14
* *
7 and 12 are returned. 7-3=4, 12-7=5.
The text was updated successfully, but these errors were encountered:
This task asks to display every fifth number in a given interval. The example interval is [11..30].
For me, the first fifth member is 11+5=16, and not 15 as the example returns.
An other example:
3 4 5 6 7 8 9 10 11 12 13 14
* *
7 and 12 are returned. 7-3=4, 12-7=5.
The text was updated successfully, but these errors were encountered: