bjr
je n'ai jamais fait de programmation mais en toute logique
if => si..
donc ici si x ≤ 4 alors on calcule 3 fois x
else => sinon
donc si x ≥ 4 alors on calcule 4 fois x - 1
d'où f(1) = 3 * 1 = 3
f(4,2) = 4 * 4,2 - 1 = 15,8
etc
Copyright © 2024 ELIBRARY.TIPS - All rights reserved.
Lista de comentários
bjr
je n'ai jamais fait de programmation mais en toute logique
if => si..
donc ici si x ≤ 4 alors on calcule 3 fois x
else => sinon
donc si x ≥ 4 alors on calcule 4 fois x - 1
d'où f(1) = 3 * 1 = 3
f(4,2) = 4 * 4,2 - 1 = 15,8
etc