Debugging
Wire up ONE function at a time
- Start with whatever your simplest function is, then work towards hardest function.
- No need to proceed to next function until current one works
If F1, F2, F3 all work, then getting F4 to work will be trivial.
The TAs do NOT know what the correct solution is for your SSN! They will only be able to offer general debugging help.