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

Method showdata

Lab_15/Source.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 cin >> page_count;
44 }
45 void showdata()
46 {
47 Publication::showdata(); // showdata() of class Publication
48 cout << " Number of pages: " << page_count << endl;
49 }
50};
51
52class Tape : public Publication

Callers 1

F_First_ProgramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected