Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Player
Method
Player
Lab_12/main.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
static int Goals_Scored;
62
63
Player()
64
{
65
Player_ID =
"U1910049"
;
66
Matches_Played = 100;
67
}
68
Player(string id, int matches, int goals)
69
{
70
Player_ID = id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected