Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?var $one = 1;var $two = 2;echo $one / $two * $one / $two * $two;
Options:
A .  Error
B .  0
C .  1
D .  0.5
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *