<?php // your code goes herefor ($x = 1; $x < 10; $x++) { echo "$x x $x = ". ($x*$x) . "\n";}
Standard input is empty
1 x 1 = 1 2 x 2 = 4 3 x 3 = 9 4 x 4 = 16 5 x 5 = 25 6 x 6 = 36 7 x 7 = 49 8 x 8 = 64 9 x 9 = 81
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!