MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / display

Method display

CPP/class of book.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void display() {
22 cout<<"pages: "<<pages<<endl;
23 cout<<"issn: "<<ISSN<<endl;
24 }
25};
26
27int main() {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected