posted 15 years ago
So another question. This is my first time trying to user setter/getter methods and cannot figure out why I am getting "cannot find symbol" each time I try to use the set or get method from another class.
I don't know if it's a small error I am missing or an entire concept I am not grasping. I will paste the code. The program is supposed to get name, weekly pay, and weekly hours worked from user and store that info in the methods in "Payroll1" That file is compiling fine, but my EmpInfo.java is giving the errors I explained.
Thanks for any help you all can offer me.
Payroll1.java
EmpInfo.java
The output will not be working correctly yet, as I am trying to figure that out as well.
Thanks again