MCPcopy 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}
173float Array::Avg()
174{
175 return (float)Sum()/length;
176}
177void Array::Reverse()
178{
179 int *B;

Callers

nothing calls this directly

Calls 1

SumFunction · 0.70

Tested by

no test coverage detected