lundi 4 mars 2013


Exercice En C++ Corrigé Gratuitement : 

Ecrire un programme qui nous permet de savoir si un nombre est premier ou non .







Solution : 

#include<iostream.h>
main()
{i
nt i,m,booleanx;
booleanx=0;
cin>>m;
for(i=2;i<m;i++)
if(m%i==0)
booleanx=1;
if (booleanx==1)
cout<<"is no prime" ;
else
cout<<"is prime" ;
}


0 commentaires:

Enregistrer un commentaire

Copyright © 2013 Exercices Langages de Programmation | Powered by Blogger
Design by Theme Junkie
Blogger Template by Lasantha | PremiumBloggerTemplates.com