list program
Selamat Datang Di Blogg Saya
Home
About
Download
Game
Softwere
Program
Artikel
Categori
Visual Basic
Java
C ++
WEB
Jaringan
tutorial
Linux
Windows
Kamis, 22 Maret 2012
Cetak Bilangan Ganjil 0-10
flochart
Program C++
#include <iostream>
#include <string>
using namespace std;
int main()
{
int a;
a =1;
while (!(a>10))
{
if (a % 2==0)
{
}
else
{
cout << a << endl; }
a =a+2;
}
system("PAUSE");
return 0;
}
0 comments:
Posting Komentar
Posting Lebih Baru
Posting Lama
Beranda
Langganan:
Posting Komentar (Atom)
0 comments:
Posting Komentar