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

Function main_menu_view

Lab_09/Source1.cpp:384–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void main_menu_view()
385{
386 system("color 3F");
387 cout << "\t\t\t===============================\n";
388 cout << "\t\t\t\tM A I N M E N U\n";
389 cout << "\t\t\t===============================\n";
390 cout << "\t\t\t[1] Read and Display Matrix\n";
391 cout << "\t\t\t[2] Transpose\n";
392 cout << "\t\t\t[3] Sum of two Matrices\n";
393 cout << "\t\t\t[4] Product of two Matrices\n\n";
394}
395int main22()
396{
397 main_menu_view();

Callers 1

main22Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected