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

Function main

CPP/class of book.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27int main() {
28 // your code goes here
29 book holy, sherlock(8, 500), madman;
30 holy.display();
31 sherlock.display();
32 madman.display();
33 return 0;
34}
35/*#include <iostream>
36using namespace std;
37

Callers

nothing calls this directly

Calls 1

displayMethod · 0.45

Tested by

no test coverage detected