I just started to learn is a novice programming, programming is very interesting, I am a self-taught, met a problem but now For example, # include "stdio.h"
The main ()
{int I, j, the result;
for(i=1; i<10; I++)
{the for (j=1; j<10; J++)
{
Result=I * j;
Printf (" % d % d * - 3=% d ", I, j, result); Left-aligned/* - 3 d, accounted for three */
}
printf("\n"); Newline after each line/* */
}
} This code in the "Printf (" % d % d * - 3=% d", I, j, result) " How to explain, I how also can't read Please tell which predecessors to explain The younger brother grateful
CodePudding user response:
You is to look at the video learning? Alphanumeric characters