|
Sorry your code is in such a state, that I can't seem to see what it should do. your switch() is outside the main, even outside any function call, it isn't even a valid switch() statement, your declaring alot of variables, which you're not even usign further than declaring them...
I'm working on an example which will do what I think you might wanted this to do, but since your description is something like "return the values of the array to show which employees have made what amounts within the certain guidelines." that isn't very descriptive..
I guess my example is going to be none of what you'd expect to be using..
Last edited by redhead; 07-14-2005 at 05:44 AM.
|