How would I create a command in C++ that calculates the standard deviation of a certain range and stores it in another location in an array?

前端 未结 0 1020
渐次进展
渐次进展 2020-12-13 00:17

ex: when the user types "STDEV A1 B5 B7", the program should calculate the standard deviation of the range A1 to B5 and store the result in B7. Below is my code so

相关标签:
回答
  • 消灭零回复
提交回复
热议问题