Re: [Tutor] Input Files

2014-11-19 Thread Peter Otten
niyanax...@gmail.com wrote: > How do I know write the loop code for the table for both inputfiles, > Table1.txt and Table2.txt and make a third table from the elements > multiplied in table1.txt and table2.txt. I'm trying to Check the size of > the two tables to make sure they both have the same n

[Tutor] Input Files

2014-11-19 Thread niyanaxx95
How do I know write the loop code for the table for both inputfiles, Table1.txt and Table2.txt and make a third table from the elements multiplied in table1.txt and table2.txt. I'm trying to Check the size of the two tables to make sure they both have the same number of rows and columns o If the