Posts

Showing posts with the label multiplication table

C: Print a multiplication table.

Image
Write a program that will generate a multiplication table of a size entered by the user. Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_1/exercise4_1.c