Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ main
Function
main
Exercises/Modules/Chapter 14/Soln14_02/Soln14_02.cpp:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import animals;
6
7
int main()
8
{
9
Lion myLion{
"Leo"
, 400};
10
Aardvark myAardvark{
"Algernon"
, 50};
11
myLion.who();
12
myAardvark.who();
13
}
Callers
nothing calls this directly
Calls
1
who
Method · 0.45
Tested by
no test coverage detected