From f57fb1ad96da138fd0d774b55dbf727005d40347 Mon Sep 17 00:00:00 2001 From: 2024 - Gabriel Henrique Date: Thu, 21 May 2026 21:51:23 -0300 Subject: [PATCH] Resolve desafio loja virtual --- .../gabriel_henrique/desafio-loja-virtual.php | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) 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