I have an array `mydata' of 3 numbers.
x
= number of trials
y
= number of successes
z
= (x/y)*100
But when I quit my app, this data is wiped and all my numbers are gone.
How do I save this information in a file and call it back upon restarting the app so that the data is always as I left it?