This is a simple C++ command line program that takes to inputs Questions and Answers. It choses 9 random Questions and verifies if the student knows the answer (case insensitive). It won't ask the same question twice. It will stop if you have less than 9 question. It will stop if the number of questions and answers is different.