dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Comments - Loop: Program.Main #32

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Each Loop should have a Single-Line Comment before the Do-While, While, For, or ForEach describing the purpose of the Loop.

The Do-While should have an additional Single-Line Comment describing what is being checked in the While Expression for it to continue; any other evaluation would necessitate a "break".

dramire83 commented 1 year ago

Have gone through all of the loops and commented before the execution to explain what is the purpose of each block of logic.