I am doing some ruby exercises and it said I need to go back and rewrite the script with += shorthand notations.
+=
This exercise deals primarily with lear
Not an ruby expert but I would think that it either appends to an existing String or increments an numeric variable?