In PHP, a number with a decimal point or an exponential form is considered a float.

  • TRUE
  • FALSE
This statement is true. In PHP, a number with a decimal point (e.g., 3.14) or in exponential form (e.g., 1.2e3) is considered a float. Floats, also known as floating-point numbers or doubles, represent real numbers with decimal points. Integers, on the other hand, do not contain decimal points. Learn more: https://www.php.net/manual/en/language.types.float.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *