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

Function showChoicesforMainMenu

Lab_13/main1.cpp:246–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void showChoicesforMainMenu()
247{
248
249 cout << endl
250 << endl;
251 cout << "\t\t\t M A I N M E N U" << endl;
252 cout << "\t\t\t1: Day Time " << endl;
253 cout << "\t\t\t2: Dollar & Soums" << endl;
254 cout << "\t\t\t3: Exit " << endl;
255 cout << "\t\t\tEnter your choice : ";
256}
257
258void showChoicesforMainMenu2()
259{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected