[Ex3 - Q5] Ajout début de réponse

Il manque la réponse à la fin de la question : "Cela est-il conforme à l’hypothèse d’un taux d’accroissement constant ? Justifier."
This commit is contained in:
2023-05-20 18:05:13 +02:00
parent 4106af07f2
commit cb56e254da
3 changed files with 22 additions and 0 deletions

4
ex3/scripts/ex3-5.sce Normal file
View File

@@ -0,0 +1,4 @@
data = csvRead("data.csv");
population2050 = sum(data(:, 6)*1000000);
mprintf("La population mondiale prévue en 2050 est de %.0f habitants.\n", population2050);