StevenWu的程式筆記
2012年4月17日 星期二
TQC+ C語言認證範例 306
#include<stdio.h>
#include<stdlib.h>
int main(){
int arr[6]={10,20,30,40,50,60};
int i,total=0;
for(i=0;i<6;i++){
total+=arr[i];
}
printf("總和為%d\n",total);
system("pause");
return 0;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言