Rounding Number (Ruby)
using sprintf
puts sprintf("%g", 5.5) # gives "5.5"
Written on May 19, 2019, Last update on May 19, 2019
ruby
float
number
codingame
puts sprintf("%g", 5.5) # gives "5.5"