#include <iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main(int argc, char** argv) {
int i,n,jumlah,x;
float rata;
jumlah=0;
cout<<"Banyak-nya data : ";
cin>>n;
for(i=1;i<=n;i++){
cout<<"Data ke-"<<i<<" = ";
cin>>x;
jumlah=jumlah+x;
}
rata=jumlah/n;
cout<<"Rata-Rata = "<<rata<<endl;
return 0;
}
Hasilnya.......
Berikut flowchartnya :
Sekian dan Selamat Mencoba
0 komentar:
Posting Komentar