while ((answer != 'A') || (answer != 'B') || (answer != 'C') || (answer != 'D'))

This section of code accepts no answer, instead of just A B C or D.

Any thoughts on how I should do this?

Thanks/