Whats going on with this switch statement?This one I'm not sure about. Could you possibly set some breakpoints and see if randName() is genera...
Whats going on with this switch statement?You cannot declare variables inside case statements. This results in them being in the scope of ever...
Linked List not SortingThat fixed it, thank you very much!
MODULUS CONDITION NEED HELP!remainder is the amount the computer subtracts. [code]remainder = total % (delta + 1);[/code] yield...
Linked List not SortingHello, I am trying to make a linked list program that will take two parameters and sort first by ag...
This user does not accept Private Messages