Here we go again...
My next assignment is the following:
Modify the Payroll Program so that it uses a class to store and retrieve the employee’s name, the hourly rate, and the number of hours worked. Use a constructor to initialize the employee information, and a method within that class to calculate the weekly pay. Once stop is entered as the employee name, the application should terminate. Make sure the program maintains...
User Profile
Collapse
-
Thank you very much. I knew it was an obvious mistake.
Of course now I have 3 additional errors. This time they are within my varibale definitions. It says that the ' i ' in input is a symbol that cannot be found. nay ideas?
Thanks again!
Nicki -
Java programming question
I am in a beginners Java programming class. So far I am doing ok in the class, although there are some things that I am sure will come in time. Right now we are doing an onging project that started with a basic payroll application. Every week we build on it. I am having some troubles with this week. The idea of the program is to continue to request the employees information until the user enters 'stop' as the employee name. I keep getting an error...
No activity results to display
Show More
Leave a comment: