I am a total newb. Please be gentle with me. The attached program should
give “true” to both the appended test numbers and it does not with
ruby–2.2.1. (It takes a minute or two to run.) I get:
$ ruby ~/coding/ruby/frobenius_underwood.rb
Input candidate number (or ‘f’ for reads from file, anything else to
exit):
Bye!
min a is 3
true
min a is 0
false
Paul