Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
int 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>
36
using namespace std;
37
Callers
nothing calls this directly
Calls
1
display
Method · 0.45
Tested by
no test coverage detected