Write a program in php to print the multiplication table of 9:
Answer:
Answer:
<? php
define('a', 9);
for($i=1; $i<=10; $i++)
{
echo $i*a;
echo '<br>';
}
?>
define('a', 9);
for($i=1; $i<=10; $i++)
{
echo $i*a;
echo '<br>';
}
?>
Always with you to fascinate and feisty you.I'm blessed and I thank God for every day for everything that happens for me.
Here is a comprehensive list of banks in India, categorized by type:
No comments:
Post a Comment