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

Function first

Lab_06/Source.cpp:7–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace std;
6
7void first()
8{
9 // when the case 1 in the main menu
10 for (int l = 0; l < 120; l++)
11 {
12 cout << "=";
13 }
14 cout << endl;
15 cout << "\t\t\t\t***Area of Geometrical figures.***\n";
16 for (int l = 0; l < 120; l++)
17 {
18 cout << "=";
19 }
20 cout << endl;
21 cout << " [1] Circle" << endl;
22 cout << " [2] Rectangle" << endl;
23 cout << " [3] Triangle" << endl;
24 cout << " [4] Square" << endl;
25 cout << " [5] EXIT to MAIN MENU" << endl;
26 cout << endl;
27}
28
29void second()
30{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected