For my program, I'm trying to use data from a file that will take the numbers(which stand for Celsius) and use them to calculate standard deviation/convert to Fahrenheit. I've already created the methods for the calculation but I'm not sure what is the right way of outputting the information from those methods to the user when I run the code.
I've tried:
sDeviation(celsius);
double fDeviation = sDeviation(celsius);