1 line
47 B
PHP
1 line
47 B
PHP
<?php $a=2; $b=4; $c=8; $d=$a*$b*$c; echo $d?>
|
<?php $a=2; $b=4; $c=8; $d=$a*$b*$c; echo $d?>
|