csci-1301 / feedback-spring-2023

Feedback-only repository
0 stars 0 forks source link

labs/IncrementDecrement/ #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Increment and Decrement Operators, First Loops

https://csci-1301.github.io/labs/IncrementDecrement/

mahaliam commented 1 year ago

In Solution 1, number 2 may have a typo for the explanation of i--

aubertc commented 1 year ago

Thank you so much @mahaliam ! This has been fixed with https://github.com/csci-1301/csci-1301.github.io/commit/fbb7ef9d629ae126383fa51a4aee27886921e0c7 and will be reflected on the website soon.

aubertc commented 1 year ago

Also, the Exercise with increment operators was too difficult: I simplified it and provided additional clarifications, both in the source code and in the explanation of the solution.