Hi
have done the whole program but now am stuck at what initially seemed like a simple thing a repitation loop
the program is supposed to ask the user if he/ she wants to continue with adding more data - if no exit and continue with the other stuff.
char choice, y, Y, n, N;
while (choice != N && choice = Y)
{code
code
code
)
now it keeps coming up with 3 different errors
1 it either just crashes
2 it just keeps doing the stuff of the while loop
3 it keeps telling me choice hasnt been initalized
I have just put in the bits thats causing a problem the rest of the program is fine