Hey all :)
Ok the situation is that for a college assinemnt i am required to create an application that calculates whether or not the user is allowed credit based on three variables, age, income and hours of work.....now these are set as variables and i have several functions.
The thing I am wanting to do is set them to a Null length when the function has finished as at the moment the user cant enter variables for the first attempt, but when the second attempt comes it skips all of the while loops (while(variable==0)) which isnt what i want, im wanting it to request the variables again, these are char variables.
The reason for me using while loops is because my lecturer gave me the evils when using the goto command >.> any help would be appreciated :) thanks
PS - wasnt going to post all of code as it is all complete, just touching up and dont want to spam the forum with it, feel free to be technical......programming is my love and joy

