Solution: Strict Compiler Options
Review the solutions to the challenges discussed in the previous lesson.
We'll cover the following...
Solution: Assignment error
To fix the assignment error, we need to ensure that the variable a has a value before it is used in the assignment to b
. There are ...