Reusing code
DRY
DRY stands for Don't Repeat Yourself. One of the Big Ideas of programming.
So far, each of the subs has been called just once per program. Let's do something different.
Retaxing
Remember that strange tax return program? The worksheet:
Let's add input validation.
Keywords: