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

Function main_menu_view1

Lab_09/Source2.cpp:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace std;
4
5void main_menu_view1()
6{
7 cout << "\t\t\t\tSALESMAN & PRODUCTS\n";
8 cout << "===================================================================================\n";
9 cout << "= || Salesman 1 || Salesman 2 || Salesman 3 || Salesman 4 || Salesman 5 =\n";
10 cout << "===================================================================================\n";
11 cout << "= Product 1 || || || || || =\n";
12 cout << "= Product 2 || || || || || =\n";
13 cout << "= Product 3 || || || || || =\n";
14 cout << "===================================================================================\n";
15}
16
17void salesman_sum(int a[3][5])
18{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected