• Featured : 2 columns, Right sidebar, 3 kolom footer, Blockquote Indah, Full color, readmore,... Design By Utta Vifer Moons
  • Featured : 2 columns, Right sidebar, 3 kolom footer, Blockquote, Full color, Slider Post, Rotate Miring, readmore,... Design By Utta Vifer Moons
  • Tutorial Blogger, Free Download, Games, Tips dan Trik Lengkap

Progam C++ Cetak 10 Bilangan Prima Pertama

Kamis, 28 April 2011
Share #include "stdio.h"
#include "conio.h"
void main()
{
int n=30;
int c=0;
int i,j;
printf("Cetak 10 bilangan prima pertama\n");
for(i=1;i<=n;i++){
for(j=1;j<=i;j++){
if(i%j==0){
c++;
}
}
if(c == 2) printf("%3d",i);
c=0;
}

getch();
}

0 komentar:

Posting Komentar

 
Frengky FULL - ONLINE © 2011 | Design Template by Frengky-Online | Template Blogger Name | Online Transparent V. Frengky