Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 348 Bytes

EasySchoolTest

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.