/ Published in: Ruby
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
puts " Introduce tu edad" def mayorDeEdad(anios) if anios >= 18 puts "Eres una gaviota" else puts "Eres un pezqueñin " end end mayorDeEdad(Edad=gets.chomp.to_i)