Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ Avg
Method
Avg
Arrays/18_Menu_Based_problem.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
return s;
172
}
173
float Array::Avg()
174
{
175
return (float)Sum()/length;
176
}
177
void Array::Reverse()
178
{
179
int *B;
Callers
nothing calls this directly
Calls
1
Sum
Function · 0.70
Tested by
no test coverage detected