G
Guest
I store some premium rate in a text file and this rate later is used to calculate the premium. I decided to put the interest rate in text file instead of database because different age have different rate. For example
// each age consists of 5 rat
age 10, 2.65, 2.85, 3.02, 3.25. 3.5
age 20, 2.85, 3.24, 3.55, 3.98, 4.25
does anyone have any suggestion to solve this problem in better way ??
// each age consists of 5 rat
age 10, 2.65, 2.85, 3.02, 3.25. 3.5
age 20, 2.85, 3.24, 3.55, 3.98, 4.25
does anyone have any suggestion to solve this problem in better way ??