#include <iostream.h>
#include <conio.h>
void main ()
{
int i;
for (i=0;i<10;i++)
{
if (i==4) continue;
cout << "bilangan" << i <<endl;
if (i==6) break;
}
getch () ;
}
Selasa, 23 Oktober 2012
Langganan:
Posting Komentar (Atom)
0 comments:
Posting Komentar