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

Method displayData

Lab_20/Person.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void displayData()
44 {
45 cout << " " << position << ". " << left << setw(10) << name << "\t " << tell_number << endl;
46 position++;
47 }
48};
49
50void F_First_Program()

Callers 2

F_First_ProgramFunction · 0.80
F_Second_ProgramFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected