Pages

Kamis, 17 Oktober 2013

DO_WHILE Perulangan Angka 1-9

#include <iostream.h>
#include <conio.h>

void main()
{
 int ar;
 cout<<"PERULANGAN 1-9 DENGAN DO-WHILE"<<endl;
 ar=0;
 do
 {
 ar+=1;
 cout<<ar;
 } while (ar<9);
 getch();
}

0 komentar:

Posting Komentar

 

(c)2009 TI Anti Pornografi. Based in Wordpress by wpthemesfree Created by Templates for Blogger