MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / hints

Function hints

Project_Quiz_Game/quiz-game.cpp:72–80  ·  view source on GitHub ↗

the view for the hints in the corner

Source from the content-addressed store, hash-verified

70}
71//the view for the hints in the corner
72void 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
82void question1() {
83 cout << " ***********************************" << endl;

Callers 3

question8Function · 0.85
question9Function · 0.85
question10Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected