用C语言写出九九乘法表的两种三角形的输出形式
问题描述:
用C语言写出九九乘法表的两种三角形的输出形式
答
1、#include
void main()
{ int a=7,i,j,h;
for(i=1;i