c语言编程题
四、编程题( 2 道小题,共 20 分)1、求 100 之内自然数中最大的能被 17 整除的数。#include<stdio.h>void main(){ int i;for(i=100;i>0;i-