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

Function showChoicesforMainMenu2

Lab_13/main1.cpp:258–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void showChoicesforMainMenu2()
259{
260 cout << "\t[1] First program" << endl;
261 cout << "\t\t\t M A I N M E N U 2" << endl;
262 cout << "\t\t\t1. To Display Time." << endl;
263 cout << "\t\t\t2. To Display Time in Seconds." << endl;
264 cout << "\t\t\t3. To Increment seconds." << endl;
265 cout << "\t\t\t4. To decrements minutes." << endl;
266 cout << "\t\t\t5. Exit." << endl;
267 cout << "\t\t\tEnter your choice : ";
268}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected