问答题

简答题

编程:打印上三角形九九乘法表。如图:

【参考答案】

#include "stdio.h"
main()
{ int i,j;
for(i=......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)