Informasi Teknologi, Tutorial Blog Dan Pemrograman
Raptor Coretan Onlineku

Kemudian Output dari hasil eksekusi diatas sebagai berikut :
Output Raptor Coretan Onlineku



Kalo pake dev c++,,,


void Bagi::iteratifs(){
a =1;
while (!(a>100)){
if (a % 5==0 && a % 7==0){
cout << a << endl;
}else{}
a =a+1;
}
}

Hasil Eksekusi Program Diatas

Coretan Onlineku






Posted by Unknown, Published at 01.36 and have 0 comments