百年教育职业培训中心 百年教育学习服务平台
题库试卷

1.编写程序,用1000个单词computer填充屏幕,每行60个。

来源: 更新时间:

1.编写程序,用1000个单词"computer"填充屏幕,每行60个。main(){intifor(i=1;i


1.编写程序,用1000个单词"computer"填充屏幕,每行60个。

main()

{int i

for(i=1;i<=100;i++)

{printf(“computer”);

If(1%60==0)print(“\n”);

}

}

电话咨询