I had 2D array, this array column 1 represent year. Column 2 represent profit.
How to use for loop to search input year then find profit
ex: input 2012
output 0.4
I had 2D array, this array column 1 represent year. Column 2 represent profit.
How to use for loop to search input year then find profit
ex: input 2012
output 0.4