Input - Processing - Output
Input
Make a list of what data is required to be input to complete the calculation
Obtain data (from program or user)
Processing
Make a list of any calculations that might have to be performed (ie. total wages, )
Calculate results from inputs
Output
Make a list of everything you are required to output
Decide how to format your results appropriately