Skip to content

Commit

Permalink
Create Multiplication.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashBonthu authored Oct 2, 2020
1 parent 6795359 commit 836b304
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Others/Multiplication.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<h1> Hello from the webpage</h1>
<p>
<?php

echo "Hi There";
$x = 7*8;
echo " The answer is".$x."what was the question";

?>
</p>

0 comments on commit 836b304

Please sign in to comment.