Jumat, 30 Maret 2012

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

 Sama seperti menapilkan bilangan ganjil hanya ada perbedaanya pada rumus nya.
Flowchart:




















Sourcode 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");
}

Hasil Running;

0 komentar:

Posting Komentar

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