Thread: Array Problem
View Single Post
Old 07-14-2005, 05:16 AM   #3 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,695
redhead is on a distinguished road
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..
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001

Last edited by redhead; 07-14-2005 at 05:44 AM.
redhead is offline   Reply With Quote