Hello. I write a code with 4 column and 5 row.
The 10 row print correct but i don't know how to
print the column. Here's the code and the output of my codes.
Lines 9 is what you write to one row. For the header you do write four words separated by tabulators. For the other rows you should do the same. You do know what values you do want there.
Well the printf("%g\t",pow(i,j)); works but the column/row is only 1 line ( 1 1 1 1 ) and when i hit enter the 2nd row/column appear but it replace the first row/column. What i want is after i run the program the 10 row and 5 column will appear. Thank you for your reply aleonard.