Modifying a program for adjacent triplets in C Okay thanks for the help I figured it out.
Modifying a program for adjacent triplets in C Sorry about that the error I'm getting is [code] In function `void input(int*)': line 28 `trip' ...
Modifying a program for adjacent triplets in C Now I removed the Goto call in the program and I'm having problems going from one function to the ne...
Modifying a program for adjacent triplets in C Okay I did it like this and it works [code] if (array[counter] == array[counter+1] && array[counte...
Modifying a program for adjacent triplets in C Can I compare all three items in a single if statement?
This user does not accept Private Messages