<?php
$n=5;
for($i=1;$i<=10;$i++)
{
$result=$n*$i;
echo "$result"."\t";
}
?>
To run and output:-
theengineerschoice01@gmail.com
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com