Introduction
In this challenge, as a math tutor, you're developing an interactive learning tool to help students practice multiplication skills by creating dynamic multiplication tables using C programming.
The goal is to create a C program that generates a multiplication table for a given number, using a for
loop to iterate and print multiplication results from 1x to 10x. The program must be created in the ~/project/multiplication_table.c
file, compile without warnings, and display the output in a clear format.