Ajout de la question 2 Exos 3
This commit is contained in:
parent
33cf8deb36
commit
5c3e54b313
8
Exo3/Question2.sce
Normal file
8
Exo3/Question2.sce
Normal file
@ -0,0 +1,8 @@
|
||||
pays = csvRead("data/data.csv", ",", ".", "string");
|
||||
|
||||
for i = 1:length(data(:, 1))
|
||||
tauxAccroissement = data(i, 4) - data(i, 5);
|
||||
if(tauxAccroissement < 0)
|
||||
mprintf("%s\n", pays(i, 1));
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user