Skip to content

Instantly share code, notes, and snippets.

@nahid

nahid/block1.php Secret

Last active July 12, 2018 16:31
Show Gist options
  • Save nahid/db372a2c4a6e9817d266b5c86acf2593 to your computer and use it in GitHub Desktop.
Save nahid/db372a2c4a6e9817d266b5c86acf2593 to your computer and use it in GitHub Desktop.
<?php
$length=5;
$width=6;
$area=$length*$width;
echo $area;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment