Skip to content

Commit

Permalink
Ref #1 Adiciona a Resolução da Atividade 1 - Gabriel Espinosa
Browse files Browse the repository at this point in the history
  • Loading branch information
GEspinosa7 committed Aug 21, 2019
1 parent ea07d92 commit 7194c58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Capitulo_5/1/Gabriel Espinosa.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
print 'qual seu nome? '
nome = gets.chomp
print 'qual seu nome do meio? '
meio = gets.chomp
print 'qual seu sobrenome? '
sobrenome = gets.chomp
puts " Total do tamanho do nome: #{nome.size + meio.size + sobrenome.size}"

0 comments on commit 7194c58

Please sign in to comment.