News

I'm writing a script that creates a two-dimensional array based on user input and displays the array in a tabular format. The first part is easy: ask the user the size of the array, then ask the ...