16 lines
279 B
Ruby
16 lines
279 B
Ruby
puts "what is your gender?"
|
|
random = gets.chomp.to_i
|
|
|
|
if female == "female"
|
|
puts "what is temp?"
|
|
|
|
if "female" above 20 = "wear dress"
|
|
if random <= 20
|
|
puts "wear shorts!"
|
|
else random > 20
|
|
puts "wear pants!"
|
|
end
|
|
|
|
|
|
male = "wear shorts!" "wear pants!"
|
|
def gender(male, female)
|