Introduction to Programming (CS 140)
Project No. 5 (12 points)
Problem:
-
In class, we discussed a method for determining whether a user entered a number
when prompted to do so.
-
Using this error-checking method, create a program that will determine the net
pay for a user based on the users hourly rate and the number of hours worked.
Task:
- Develop an algorithm
- Based on this algorithm, create a Java program
- Submit copies of your algorithm, your interface, and your executable program (See
Project
Submission Guidelines)
Notes:
-
You may add whatever additional features you wish. These will be critiqued
but will not be used to determine a grade for the project.