Final
@@ -1,9 +0,0 @@
<?php
$count = 1;
while ($count <= 12)
{
echo "$count times 12 is " . $count * 12 . "<br>";
++$count;
}
?>
The note is not visible to the blocked user.