#IT-6314
Awesome StudentQuestion • Web Application Development 1

<?php for($x=0;$x<=10;++$x) { print++$x; } ?>

Answer

123456789101112