Skip to content

Commit

Permalink
Ref #3 | Adiciona a resolução do exercício 1
Browse files Browse the repository at this point in the history
  • Loading branch information
YukioArie committed Aug 28, 2019
1 parent 3717169 commit f36aa70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Capitulo_6/1/Yukio.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
puts'Informe sua nota: '
nota = gets.to_f
if nota > 6
'aprovado'
else
'reprovado'
end

0 comments on commit f36aa70

Please sign in to comment.