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

Function third

Lab_06/Source.cpp:51–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void third()
52{
53 // when the case 3 in the main menu
54 for (int l = 0; l < 120; l++)
55 {
56 cout << "=";
57 }
58 cout << endl;
59 cout << "\t\t\t\t***Find the Largest number among 3 numbers.***\n";
60 for (int l = 0; l < 120; l++)
61 {
62 cout << "=";
63 }
64 cout << endl;
65}
66
67/////Overloading functions for the Finding AREA/////
68double area(double radius)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected