- Carilah rata-rata dari n bilangan bulat positif.
Flowchatnya
#include <iostream>
#include <string>
#include <string>
using namespace std;
int main()
{
string raptor_prompt_variable_zzyz;
double n;
double totalku;
double i;
double jumlah;
int main()
{
string raptor_prompt_variable_zzyz;
double n;
double totalku;
double i;
double jumlah;
raptor_prompt_variable_zzyz =”inputkan n”;
cout << raptor_prompt_variable_zzyz << endl;
cin >> n;
jumlah =0;
i =1;
while (i>n)
{
jumlah =jumlah+i;
i =i+1;
}
totalku =(jumlah)/n;
cout <<”Hasilnya adalah = “<< totalku << endl;
cout << raptor_prompt_variable_zzyz << endl;
cin >> n;
jumlah =0;
i =1;
while (i>n)
{
jumlah =jumlah+i;
i =i+1;
}
totalku =(jumlah)/n;
cout <<”Hasilnya adalah = “<< totalku << endl;
system(“PAUSE”);
return 0;
}
return 0;
}
0 Comment to "Minggu ke-4 ALPRO (Kasus 4.3)"
Post a Comment