IdioticBuffoon
Senior member
I am printing two tables within a for loop. Trouble is that using the printf command prints a line of one table and then somewhere else in the loop, it prints a line of the other table right below it!
Instead of two separate tables, I have one table with alternating rows of different information.
So how can I print at different places on the screen and not sequentially?
Instead of two separate tables, I have one table with alternating rows of different information.
So how can I print at different places on the screen and not sequentially?