Im codding a programm that has multiple functions.
Once functions calculates the means of 2 sets of data and prints meanx and meany.
Now another function will use those means to do some other calculation.
I dont know how to get those values from one function and pass them into another?
Can anyone help me here??
Thank you