標(biāo)題: 99乘法表的c語(yǔ)言源程序 [打印本頁(yè)]

作者: A215    時(shí)間: 2016-3-15 13:57
標(biāo)題: 99乘法表的c語(yǔ)言源程序
#include "stdio.h"
main()
{int i,j;
for(i=1;i<=9;i++)
{for(j=1;j<=i;j++)
{printf("%d*%d=%-3d",j,i,i*j);
}
printf("\n");
}
}






歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1