Write a program in php to print the multiplication table of 9
Write a program in php to print the multiplication table of 9: Answer : <? php 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.