Question
Posted by:
$20.00 Mortgage rate program to read rates from a file
Found in Computer-Science: General-CSChapter 1, # 0
Q:Modify the mortgage program to read the interest rates to fill the array from a sequential file.
The file should have the rates 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75% in a file, each rate/year pair on a separate line. You can format the file to have fixed length for the fields or be comma separated.
It is important you use them to fill and array and then use this array to populate your JComboBox. Do not hard code the values being added to the JComboBox.



