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

Function main_menu_view

Lab_11/Source.cpp:149–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147};
148
149void main_menu_view()
150{
151 cout << "Main menu: \n";
152 cout << "[1] Person's info\n";
153 cout << "[2] Records\n";
154 cout << "[3] Account\n";
155 cout << "[4] Triangle\n";
156 cout << "[0] Exit\n";
157 cout << "Your Choice: ";
158}
159
160int main()
161{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected