Ok this is what ive come with so far, i no its not complete but tell if im going in the right direction or not
This is what im gonna put in the askUserQuestion function.Code:if ( buffer == 'y' || buffer == 'n' || buffer == 'q' );
{
else
printf ("\nInvalid! Please choose either YES, NO or QUIT.")
}

