Ajout de la question 3 Exo 3
This commit is contained in:
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);
|
Reference in New Issue
Block a user