...

/

Exercise 1: Multiplication table

Exercise 1: Multiplication table

In this exercise, you have to print the multiplication table of a number up to 10

We'll cover the following...

Problem Statement

Write a code which will

  • Print the multiplication table of a number up to 10.
  • You have to use
...