I have an input at the beginning of the program, which asks for a character, and a second input soon after.

When you input the character and press return, it runs through the rest of the program, skipping the next scanf(), not allowing the user to input.

This problem occurs with either scanf() or getchar().
Can anyone make a suggestion?

-Graham