Wrapping Up

Assignment Example Solution

Using git

You can checkout the bolt-bike-assignment-2-end tag to see an example solution.

If you were working on your own branch and don’t want to lose your own changes, don’t forget to commit to your branch before switching.
git checkout tags/bolt-bike-assignment-2-end

Using the Tree

Use your file explorer to go to the directory where you extracted the resources. Now go to the subdirectory in there named bolt-bike-assignment-2-end. The files with the example solutions are in the directory.

About the Solution

Since the order of evaluation of the rules doesn’t matter in a decision table with hit policy Unique, the order of the rules in the example solution may differ from yours without effecting the outcomes both produce.