Yasmtidk / practice

practice INF155
0 stars 0 forks source link

Exercice #3 #33

Open Yasmtidk opened 8 months ago

Yasmtidk commented 8 months ago

initiation : Solde = 10 000; limite = 3* solde;

condition : while (Solde < limite) { modification : depot = 1000 + interet; solde += depart ; }