Multiple choice technology web technology

Which of the folowing are valid float values?

  1. 4.5678

  2. 4.0

  3. 7e4

  4. All of above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

PHP accepts multiple float formats: decimal notation (4.5678, 4.0) and scientific notation (7e4 = 70000.0). All given options are valid.