the view for the hints in the corner
| 70 | } |
| 71 | //the view for the hints in the corner |
| 72 | void hints() |
| 73 | { |
| 74 | cout << " ***********************************" << endl; |
| 75 | cout << " ** A: Audience help **" << endl; |
| 76 | cout << " ** B: 50:50 **" << endl; |
| 77 | cout << " ** C: Room for mistake **" << endl; |
| 78 | cout << " ** D: Change the question **" << endl; |
| 79 | cout << " ***********************************" << endl; |
| 80 | } |
| 81 | //questions |
| 82 | void question1() { |
| 83 | cout << " ***********************************" << endl; |
no outgoing calls
no test coverage detected