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

Function incorrectChoice

Project_Snake_Game/snake-game.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void incorrectChoice() {
268 cout << "Please try again next time" << endl;
269 cout << endl;
270 char back;
271 cout << "To go back press any key" << endl;
272 cin >> back;
273 if (back) welcome();
274}
275void lostgame() {
276 game = false;
277 system("cls");

Callers 1

welcomeFunction · 0.85

Calls 1

welcomeFunction · 0.85

Tested by

no test coverage detected