lundi 4 mars 2013

Exercice En C++ corrigé gratuitement :

Ecrire un programme qui donne la valeur rapprochée d'un réel  .




Solution : 


#include<iostream.h>
main()
{i
nt i,k;
float y,m;
cin>>y ;
i=y;
k=i+1;
m=i+0.5;
if(y>=m)
cout<<"near to= "<< k ;
else
cout<<"near to= "<<i;
}


---------------------------
apprendre C++ facilement et gratuitement

0 commentaires:

Enregistrer un commentaire

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