What is the result of execution following code?

<?php
$a = 500;
$b = 200;

echo $a % 2 * $b;
?>
Explanation
Arithmetic operators as * or % has the same priority. Remainder of 500 divided by 2 is 0.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з PHP
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести