#include
#include
main()
{
int i, j;
i = 1;
while ( i < 100 ) { j = 2; while ( j < sqrt(i) ) { if ( i % j == 0 ) break; else { ++j; continue; } } if ( j > sqrt(i) )
printf("%d\t", i);
++i;
}
return 0;
}
FREE "C"LANGUAGE PROGRAMS, GAMES,AIRTELLIVE HACKING,MOBILE AND PC TRICKS,FREE GAMES,MOVIES,CRACKS, SERIALS AND MUCH MORE
No comments:
Post a Comment