求解C语言编程题啊亲们,编程将200—300之间能被7整除的数输出.
问题描述:
求解C语言编程题啊亲们,编程将200—300之间能被7整除的数输出.
答
#include "stdio.h"
void main()
{
int i;
for (i=200;i