MCQ Practice
Single Best Answer
Topic: Variables in Php MCQ
Q
What will be the output of the following PHP code?
< ?php
var $one = 1;
var $two = 2;
echo "$one / $two * $one / $two * $two";
?>
Subchapter
Variables in Php MCQ
Action
Choose one option below