Section2.4
摘要:#include<stdio.h>int main(){ int N=12,i; float a,s=0; for(i=0;i<N;i++) { scanf("%f",&a); s=s+a; } printf("$%.2f\n",s/12);}
阅读全文
posted @ 2011-09-30 23:08
posted @ 2011-09-30 23:08
posted @ 2011-09-30 23:07
posted @ 2011-09-30 23:05
posted @ 2011-09-30 23:01