MCPcopy 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
98int Player::Goals_Scored;
99void Increse_GoalScored(Player player1)
100{
101 player1.Goals_Scored++;
102}
103
104int main()
105{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected