...

/

Solution: Strict Compiler Options

Solution: Strict Compiler Options

Review the solutions to the challenges discussed in the previous lesson.

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 ...