diff --git a/Capitulo_6/1/AndreAlonso.rb b/Capitulo_6/1/AndreAlonso.rb new file mode 100644 index 0000000..78689e4 --- /dev/null +++ b/Capitulo_6/1/AndreAlonso.rb @@ -0,0 +1,8 @@ +puts "Informe sua nota:" +nota = gets.to_f + +if nota >= 6 + puts "VocĂȘ foi aprovado!" +else + puts 'VocĂȘ foi reprovado!' +end \ No newline at end of file