Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ setMatches_Played
Method
setMatches_Played
Lab_12/main.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
return Player_ID;
80
}
81
void setMatches_Played(int Matches)
82
{
83
Matches_Played = Matches;
84
}
85
int getMatches_Played()
86
{
87
return Matches_Played;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected