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
Hi Daanish. I took off some points in your Calculator assignment because all the functions were implemented in the same main method. Part of the assignment was to create a helper method for each of the arithmetic operations.
Hi Daanish, I got the Statistics.java file and graded your assignment. I found a bug and took off some points:
10 pts: The average is incorrect. I entered 25,17,2,37 and the program output 20 for the average. The correct value is 20.25.
If you fix this and would like to have it re-graded, let me know. Thanks!
Hi Daanish, I got the Statistics.java file and graded your assignment. I found a bug and took off some points:
10 pts: The average is incorrect. I entered 25,17,2,37 and the program output 20 for the average. The correct value is 20.25.
If you fix this and would like to have it re-graded, let me know. Thanks!
Hi Daanish, I got the Statistics.java file and graded your assignment. I found a bug and took off some points:
10 pts: The average is incorrect. I entered 25,17,2,37 and the program output 20 for the average. The correct value is 20.25.
If you fix this and would like to have it re-graded, let me know. Thanks!
@danawen I made the change in my program. It is now showing the average in the correct type. Let me know if it can still be regraded. Thanks
Hi Daanish, I got the Statistics.java file and graded your assignment. I found a bug and took off some points:
10 pts: The average is incorrect. I entered 25,17,2,37 and the program output 20 for the average. The correct value is 20.25.
If you fix this and would like to have it re-graded, let me know. Thanks!
@danawen I made the change in my program. It is now showing the average in the correct type. Let me know if it can still be regraded. Thanks
Hi @daanishvirani - I found a small bug when grading your final project. I added two items to the to-do list (ids 1 and 2). I deleted item 2, then added a new item (id 3). Then I tried to delete item 2, which I would expect to do nothing - but instead item 3 got deleted.
If you fix this bug and re-submit, let me know and I can re-grade it. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.