I've tried moving the parentheses around a bit, but this just causes more errors. What exactly is the problem here? Any help is greatly appreciated. Thank you.
if (return == 0)
{
printf("INCORRECT");
}
else
{
printf ("CORRECT");
}
This post has been edited by JackOfAllTrades: 08 January 2011 - 10:17 AM
Reason for edit:: Added code tags

New Topic/Question
Reply
MultiQuote








|