Standard deviation on java from a file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Standard deviation on java from a file

I need to calculate the standard deviation from some doubles on a file... so far I only have the mean value https://code.sololearn.com/cKzACGhPyf7L/?ref=app

16th Nov 2017, 7:39 AM
Alejandra Ackers
Alejandra Ackers - avatar
2 Answers
+ 2
you need to access those values like count, etc if they are on a different file, also you haven't declared those reader. hasNext()
16th Nov 2017, 8:58 AM
shobhit
shobhit - avatar
+ 1
i didn't declared them to save time here... on my original code i have them declared
16th Nov 2017, 8:59 AM
Alejandra Ackers
Alejandra Ackers - avatar