Skip to content

Instantly share code, notes, and snippets.

@AnonymousWS
Last active August 29, 2015 14:22
Show Gist options
  • Save AnonymousWS/307e42b76a4629dbed37 to your computer and use it in GitHub Desktop.
Save AnonymousWS/307e42b76a4629dbed37 to your computer and use it in GitHub Desktop.
puts "Type an integer: "
user = gets.to_f
print Math.sqrt "#{user}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment