Declare the Variables to Store the Details : Bignum class « Number « Ruby






Declare the Variables to Store the Details


a = 5
puts a.type
a = 5.888
puts a.type
a = 9999999999
puts a.type

 








Related examples in the same category

1.Large Numbers
2.What is the start of Bignum