问答题
简答题
编程:打印下三角九九乘法表。如图:
【参考答案】
#include "stdio.h"
main()
{int i,j;
for(i=1;......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
