#include <iostream.h>
#include <conio.h>
void main()
{
int ar;
cout<<"PERULANGAN GENAP DENGAN DO-WHILE"<<endl;
ar=0;
do
{
ar+=2;
cout<<ar;
} while (ar<10);
getch();
}
(c)2009 TI Anti Pornografi. Based in Wordpress by wpthemesfree Created by Templates for Blogger
0 komentar:
Posting Komentar