PHP - Variables and Data Types
What will be the output of the following PHP code?
$a = 0.1 + 0.2;
echo number_format($a, 1);
$a = 0.1 + 0.2;
echo number_format($a, 1);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions