diff --git a/exemplos/gabriel_henrique/index.php b/exemplos/gabriel_henrique/index.php new file mode 100644 index 0000000..d01272d --- /dev/null +++ b/exemplos/gabriel_henrique/index.php @@ -0,0 +1,30 @@ + + +
+ + +Esse texto está no html
+ Esse texto está no PHP
"; + echo "O resultado é $resultado
"; + echo "Aluno aprovado com nota $nota
"; + }else{ + // Mostra mensagem de reprovação caso + // a nota seja menor que ou igual a 6 + echo "
A nota $nota do aluno não foi o suficiente. Aluno reprovado
"; + }) + ?> + + \ No newline at end of file