MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getMatches_Played

Method getMatches_Played

Lab_12/main.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 Matches_Played = Matches;
84 }
85 int getMatches_Played()
86 {
87 return Matches_Played;
88 }
89 /* void setGoals_Scored(int Goals) {
90 Matches_Played = Goals;
91 }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected