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

Method showdata

Lab_15/Source.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 cin >> playing_time;
63 }
64 void showdata()
65 {
66 Publication::showdata();
67 cout << " Playing time of audionbook: " << playing_time << endl;
68 }
69};
70
71// For the second program

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected