News
You can continue this pattern to create tables for numbers 3 to 10 as well. This Markdown format can be used in your GitHub README file to display the multiplication tables ...
#include <stdio.h> void print_table(int range, int num) { // Declaring a variable mul to store the product. int mul; // For loop to calculate the Multiplication table. for (int i = 1; i <= range; i++) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results