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