gpt4 book ai didi

ruby - 我如何描述 Ruby 中的所有整数

转载 作者:数据小太阳 更新时间:2023-10-29 08:27:05 25 4
gpt4 key购买 nike

我正在尝试编写一个基本程序,在用户输入数字时吐出数字的英文版本:

input = 44
output = fourty four

有没有办法描述所有的整数?

基本上我希望执行看起来像这样:

number = gets.chomp

if number != (whatever the nomenclature is for integer)

puts 'Please enter a positive number'

或类似的东西。

最佳答案

您可以使用 numbers_and_words gem 来做到这一点:

https://github.com/kslazarev/numbers_and_words

它也支持英语以外的语言。

例如:

21.to_words
=> "twenty-one"

44.to_words
=> "forty-four"

关于ruby - 我如何描述 Ruby 中的所有整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25676202/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com