CSC 171 - Introduction to Computer Programming

Assignment #9 - Rewriting the payroll yet again to use methods that prints instructions

Due Friday, November 10, 2023

You should have already written a payroll program for a company where single people get paid $10 per hour and married people get paid $15 per hour and they get paid an extra $1 per hour for their first four children and revised it to include income tax.

This time, you are divide the program into several methods:

If you need to remember the details, check Programming Assignments 4 and 5.

[Back to the Assignments List]