Data Type Php

# Create a variable that holds a floating-point number:
$floatVar = "1542.2232235";
echo "

float: $floatVar

";
?>