Jumat, 30 Maret 2012

Algoritma & Pemrograman(Memunculkan bilangan ganjil dari 1 sampai 10)

langsung saja flowchartnya:


















Source code DEV 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+1;
   }

   system("PAUSE");
   system("SUCCESS");
}

Hasilnya:

0 komentar:

Posting Komentar

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | free samples without surveys