So I have a physical chart of time intervals (minute:second) which map to point values (for example: 9:59-10:10 = 59.7) and I need to write a program that tries to find out the point value for a given time (such as 10:02 would return 59.7).
I would also like to have the interval chart stored in a .properties file, so my other "calculators" are all consistent.
What would be the best way to program this?