Click to See Complete Forum and Search --> : Help, please


Reddy001
12-07-2007, 01:39 AM
If anyone could help me, I would be greatful. I'm currently taking a class for Java, and we built a program that would ask for emplyee name, hourly rate, and hours worked for the week. Once we did this the application would talley the weekly pay. Now we have to modify this program to use so that it uses the while loop until the employee name is equal to stop. Can anyone help?

chazzy
12-07-2007, 07:40 AM
just try surrounding all of your code in a big while loop :-)

ed81
12-09-2007, 01:49 AM
Hi, Do you have a small code or something you have done so far .. to have a look at it?