Jumat, 06 April 2012

c++ Looping 1 sampai 10

#include <iostream>
#include <string>

using namespace std;
int main()
{
   ?? i;

   i =1;
   while (!(i>10))
   {
      if (i % 2==0)
      {
      }
      else
      {
         cout << i << endl;      }
      i =i+1;
   }

   return 0;
}

Komentar :

ada 0 komentar ke “c++ Looping 1 sampai 10”

Posting Komentar

Pengikut

Total Tayangan Halaman

 
This Blog is proudly powered by Blogger.com | Template by Harry wahyu saputra