Program c++
#include <iostream>
#include <string>
using namespace std;
int main()
{
string raptor_prompt_variable_zzyz;
int n;
int jumlah;
int x;
float rata;
int data;
jumlah =0;
raptor_prompt_variable_zzyz ="masukkan jumlah data";
cout << raptor_prompt_variable_zzyz << endl;
cin >> x;
n =1;
while (!(n>x))
{
raptor_prompt_variable_zzyz ="masukkan nilai";
cout << raptor_prompt_variable_zzyz << endl;
cin >> data;
if (data>0)
{
jumlah =jumlah+data;
cout << data << endl; n =n+1;
}
else
{
}
}
rata =jumlah/(n-1);
cout << "rata ratanya "<<rata << endl;
system ("pause");
return EXIT_SUCCESS;
}
Raptornya:
Tidak ada komentar:
Posting Komentar