#IT-6314
Awesome StudentQuestion • Web Application Development 1

What is the output of the following code? $a=1; ++$a; $a*=$a; echo $a- -;

Answer

4