data: 37.12hello
Float: 37.12
Int: 37

num1: 37.12
String: 37.12

num2: 4.23
String: 4.23

num1.toString() + num2.toString(): 37.124.23