Write a PHP program to print table of a number

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • 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.

Комментарии • 1