PHP - Variables and Data Types
What will be the output of this PHP code?
$str = '12 bananas';
$num = 8;
$result = $str - $num;
echo $result;
$str = '12 bananas';
$num = 8;
$result = $str - $num;
echo $result;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions