Homepage | Code With VBA

(20%) Write a program to read values from an input file, “ExamIn.txt”, into a 2-dimensional array. The array could have up to 50 rows and 20 columns. The first line of the input file contains two numbers that represent the actual number of rows and columns of values in the input file to be read into the 2-d array. ................
................