Posts by druid_o_r • 1 point
1 post
-
0
votes2
answers42
viewsQ: How to place multiple ordered outputs in a table
I need help to improve visualization, can anyone help me ? I’m using C #include <stdio.h> int main() { int tab, mult, result; printf("Tabuada de 1 a 9.\n"); tab = 1; for (tab = 1; tab <= 9;…