Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
wrote a code for reading data files. Everytime i run the code I get null, instead of it reading the file.txt which has actual numbers. Code I've...
wrote a code for reading data files. Everytime i run the code I get null, instead of it reading the file.txt which has actual numbers.
Code I've written so far:
import java.io.File;
import java.util.Arrays;
import java.util.Scanner;
public class FileRead {