Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Increse_GoalScored
Function
Increse_GoalScored
Lab_12/main.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
int Player::Goals_Scored;
99
void Increse_GoalScored(Player player1)
100
{
101
player1.Goals_Scored++;
102
}
103
104
int main()
105
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected