Forums ProgMatique Forum Index Forums ProgMatique
Programmation (C/C++, JAVA, PHP, JavaScript, ...) et Informatique (Webmaster, Web)
Retour au site Progmatique

somme de 1 a n

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Forums ProgMatique Forum Index » Programmation » Java
Previous topic :: Next topic  
Author Message
neo321


Offline


Joined: 18 Oct 2010
Posts: 2


PostPosted: Mon 18 Oct 2010 - 00:40    Post subject: somme de 1 a n Reply with quote

Bonsoir, je suis debutant comment fait t'on la somme des resultats d'un certain nombre d'iteration en java? svp

Merci
Back to top
Simon
Administrateur
Administrateur

Offline


Joined: 08 May 2005
Posts: 990
Localisation: France


PostPosted: Thu 21 Oct 2010 - 21:23    Post subject: somme de 1 a n Reply with quote

Bonsoir,
pourquoi ne pas utiliser la variable qui te sert de compteur dans la boucle ?
_________________
Simon,
Programmation et informatique
Colorisation syntaxique de codes sources
Outils et services autour de l'adresse IP
Back to top
Visit poster’s website
neo321


Offline


Joined: 18 Oct 2010
Posts: 2


PostPosted: Thu 21 Oct 2010 - 21:53    Post subject: somme de 1 a n Reply with quote

bonsoir,
 
c'est bon merci j'ai trouvé.
par exemple:

for (x=1; x< Math.pow(10,2); x=x+1){
       
       
        U= 1/Math.pow (x,2);
        somme =somme + U;
}

c'est bon ou pas?
Back to top
Simon
Administrateur
Administrateur

Offline


Joined: 08 May 2005
Posts: 990
Localisation: France


PostPosted: Fri 22 Oct 2010 - 08:43    Post subject: somme de 1 a n Reply with quote

 C'est mieux =)
Code:

for (x=1; x< Math.pow(10,2); x++)
{             
        U= 1/Math.pow (x,2); 
        somme =somme + U; 
}  


_________________
Simon,
Programmation et informatique
Colorisation syntaxique de codes sources
Outils et services autour de l'adresse IP
Back to top
Visit poster’s website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Forums ProgMatique Forum Index » Programmation » Java All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  

Index | Create a forum | Free support forum | Free forums directory | Report a violation | Conditions générales d'utilisation
Powered by phpBB v2 © 2001, 2005 phpBB Group ¦ Theme: subSilver++