filmov
tv
Write a PHP program to print table of a number
Показать описание
A table of a number can be printed using a loop in program.
Logic:
1. Define the number.
2. Run for loop.
3. Multiply the number with for loop output.
Example: We'll print the table of 7.
Logic:
1. Define the number.
2. Run for loop.
3. Multiply the number with for loop output.
Example: We'll print the table of 7.