
I have a problem that seems all too familiar, I have gotten quite a bit of help for this in the forums already. But try as I might, I cannot declare the variable employeeName at the beginning of the file, which I suspect is part of my problem. When I try to declare the
string as private, I am given a "illegal start of expression" error message. I cannot figure out what my problem is here, and am not able to get the employeeName entered at the end of the loop, or to have it be read properly. What I have this far compiles, but I am not able to re-enter the employee name again to re-evaluate the loops condition.
Any help would be extremely appreciated. This is still last weeks homework and I am stuck!
Thanks!