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
I found a bug in program exercise "Students in groups".
If the values of total of students will be 200 and 99 is number of the group to create. The program should return 2.
The round values isn't correct in the case test you integrate in the code
total = round(200/99) = 2.020202020202... should be round to 2, not 3.
Would do you mind fix it, please? 👍🏻 Thanks for advance
The text was updated successfully, but these errors were encountered:
I found a bug in program exercise "Students in groups".
If the values of total of students will be 200 and 99 is number of the group to create. The program should return 2.
The round values isn't correct in the case test you integrate in the code
total = round(200/99) = 2.020202020202... should be round to 2, not 3.
Would do you mind fix it, please? 👍🏻 Thanks for advance
The text was updated successfully, but these errors were encountered: