pseudocode to find standard deviation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nikita Gautam
    New Member
    • Mar 2017
    • 1

    pseudocode to find standard deviation

    how to find the pseudocode of standard deviation of an array of values in C programming.the array elements are read from terminal....... ..
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    Pseudocode is used to communicate an idea to other people rather than to a computer. Try explaining to a friend how standard deviation is calculated.

    Comment

    Working...