Use the program that you wrote for the Programming Corner (Payroll 4) in this module and write it out in Strong Pseudocode (as discussed previously). Remember that strong pseudocode demands that you declare all variables as to what data type they are! Let that inspire you to add additional logic into the program (in the pseudocode version) that can do other data checking, or provide menu options for other processing you think might be useful to a payroll department.
This gives you both the opportunity to internally document the program a bit more clearly and also exercises your skill with the different pseudocode statements.