I want to make a quiz such that questions= {'What is 2+2 ?' 'What is 3 x 5 ?' 'What is 4+8 ?'}; Answers= {'4','15','12'}; I have used the strcmp function to compare the answers, but I want to make it possible for the user to pass a question and continue on with the rest.
No answer yet