Clock

Senin, 31 Maret 2014

SAP Pertemuan ke 5

demo template blog and download free blogger template feature like magazine style, ads ready and seo friendly template blog
(SAP Loop)

Koding
#include <iostream>
#include <string>
using namespace std;
int main()
{
   int i;
   int jumlah;
   i =1;
   jumlah =0;
   while (!(i>100))
   {
      if (i % 3==0)
      {
         if (i % 5==0)
         {
            jumlah =jumlah+1;
            cout<<"i"<<endl;         }
         else
         {
         }
      }
      else
      {
      }
      i =i+1;
   }
   cout <<"Jumlah bilangan = +jumlah"<< endl;
   return 0;
}
 
RAPTOR
Wassalamu'alaikum.Wr.Wb
 

0 komentar:

Posting Komentar