Ajout de la question 3 Exo 3
This commit is contained in:
parent
33fba79b45
commit
bb08150474
10
Exo3/Question3.sce
Normal file
10
Exo3/Question3.sce
Normal file
@ -0,0 +1,10 @@
|
||||
//Taux de natalité mondial moyen
|
||||
moyenneTNaissance = mean(data(:, 4));
|
||||
|
||||
//Taux de mortalité mondial moyen
|
||||
moyenneTMort = mean(data(:, 5));
|
||||
|
||||
//Taux d'accroissement mondial moyen
|
||||
moyenneTauxAccroissement = moyenneTNaissance - moyenneTMort;
|
||||
|
||||
mprintf("Taux d''accroissement mondial moyen : %d\n", moyenneTauxAccroissement);
|
Loading…
Reference in New Issue
Block a user