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
Great Job with this project. I can understand what the code is meant to do easily and it reads very well. Good work changing the names of the variables to refactor your code. For each of the cases, consider using a range instead of the comparison you have. I used 90..100 for my A, 80..90 for my B, etc. and it works. Otherwise, everything looks great
The text was updated successfully, but these errors were encountered:
Great Job with this project. I can understand what the code is meant to do easily and it reads very well. Good work changing the names of the variables to refactor your code. For each of the cases, consider using a range instead of the comparison you have. I used 90..100 for my A, 80..90 for my B, etc. and it works. Otherwise, everything looks great
The text was updated successfully, but these errors were encountered: