I am trying to input file contents into a two dimensional int array. The file consists of multiple rows and columns of chars. I have to apply an if/then to convert the chars to integers, but before...