without using string objects how can I use char arrays to rearrange the data so when printed to the output it is in a human-readable string. (see below)
I also need to be able to convert Farenheit to Celcius, and then calculate the average temperature, and display it to the output.
output file example:
BIODATA Formatted Output
<blank space>
21.38 C --- recorded on 07/21/2007 at 1245
19.97 C --- recorded on 08/22/2007 at 0812
<blank space>
Average Temp --- 20.68 C
what I have so far is not much but here it is. There are some unused variables but that's because I was just messing around trying to figure it out.