diff --git a/exemplos/gabriel_henrique/desafio-loja-virtual.php b/exemplos/gabriel_henrique/desafio-loja-virtual.php index e69de29..28a532e 100644 --- a/exemplos/gabriel_henrique/desafio-loja-virtual.php +++ b/exemplos/gabriel_henrique/desafio-loja-virtual.php @@ -0,0 +1,26 @@ + + + + + Parcelamento da Loja + + + +

Desafio loja virtual

+ +Sem Juros
"; + } else { + echo $i . "x - Com Juros
"; + } + +} + +?> + + + \ No newline at end of file