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

Method showdata

Lab_15/Source.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 cin >> price;
25 }
26 void showdata()
27 {
28 cout << " Book title: '" << title << "'" << endl;
29 cout << " Price: " << price << "$" << endl;
30 }
31};
32
33class Book : public Publication

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected