Question: INPUT TXT FILE AS REQUESTED: PLEASE PROVIDE THE PSUEDOCODE AND OUPTUT! In this assignment, you are supposed to print grid of numbers. Grid can be


INPUT TXT FILE AS REQUESTED:

PLEASE PROVIDE THE PSUEDOCODE AND OUPTUT!
In this assignment, you are supposed to print grid of numbers. Grid can be viewed as a table where a table has rows and columns. You would read the table information from a file and based on the table information you are supposed to draw the grid/table to standard output. Lab scenario: 1. The input file extra.txt is provided. The format of the input file will be as follows: 2,3 1,2,3 4,5,6 2,3 10,11 13,14,15 END Each of the grid information will be started with the total number of rows R and maximum number of columns C a row can have. The next R lines will be the information for the cells of the grid. In the above example: For the first grid information, R- 2 and c -3 The next R lines meaning the next 2 lines are the cell information for the grid. Each of the line containing the cell information can have at most C number of elements. If the number of elements in a line is less than C, then you should print "NULL" for that corresponding cell. The file ends with word "END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
