Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Display
Method
Display
Lab_11/Source.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
name =
"Rustam"
;
23
}
24
void Display()
25
{
26
cout <<
"Name: "
<< name << endl;
27
cout <<
"Age: "
<< age << endl;
28
}
29
};
30
31
// Program #2
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected