I want to write a simple A+B program in ruby, but I have no idea how to work with the console.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Are you talking about
Something like that? |
|||||||||||||||||
|
|
you can also pass the parameters through the command line. Command line arguments are stores in the array ARGV. so ARGV[0] is the first number and ARGV[1] the second number
and you call it like this
|
|||
|
|