I am making a quiz show in C++
I need help in storing the answers of a quiz in a array
like
cout<<"Q.1 Who is Known as the lady with lamp ?"<<endl<<endl;
cout<<"A. Sonia Gandhi "<<"B. Florence Nightngle"<<endl;
cout<<"C. Mother Tersa "<<"D. Madame Rozario"<<endl<<endl<<endl;
So how do I Input the answers in a array ??? gets ??? I also need to compare it from an array of correct answers.