Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Hello, the below code needs to pull the currency and exchange rate from a .csv file and not require typing in the currency and rate into the code....
Hello, the below code needs to pull the currency and exchange rate from a .csv file and not require typing in the currency and rate into the code. I'm getting stuck on that part of it.
import java.io.File;import java.io.FileNotFoundException;import java.util.Scanner;public