C++; arrays and standard devation/variance?

  • Context: Comp Sci 
  • Thread starter Thread starter mathman44
  • Start date Start date
  • Tags Tags
    Arrays Standard
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
mathman44
Messages
204
Reaction score
0
---

Found solution. Nvm.
 
Last edited:
Physics news on Phys.org
what does it print?
What did you expect it to print?
 
The code works fine as is; it prints the mean, # of data, min and max of the array input. I just don't know how to make it also "count" the std devation and variance of the input.