Mega Code Archive

 
Categories / Ruby / Number
 

Declare the Variables to Store the Details

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