CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> My multiplication tables
My multiplication tables
Time:11-14
#include
Int main ()
{
Int I, j;
for(i=1; i<=9; I++)
{
for(j=1; j<=I; J++)
{
Printf (" % dx=% d % d ", j, I, I * j);
if(i!=j)
printf(" ");
}
printf("\n");
}
return 0;
}
CodePudding user response:
Page link:
https//www.codepudding.com/Backend/81556.html
Prev:
Conio. H for Linux
Next:
OpenCVSharp 19 examples of the latest 4.0
Tags:
The base class
Related
Links:
CodePudding