We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f5ca2 commit 312a0baCopy full SHA for 312a0ba
code/index.php
@@ -1,2 +1,5 @@
1
<?php
2
-echo 'Hello World!';
+$table = 13;
3
+for($i = 1; $i<= 10; $i++){
4
+ echo $table.' x '.$i.' = '.($table*$i).'<br>';
5
+}
0 commit comments