Given an integer number, we have to print its multiplication table.
To print a multiplication table, we run a loop starting from 1 to 10 and print the multiplication of the number with the loop variable/counter.
In the below program, we are creating a Kotlin program for printing the multiplication table.
Program to print the multiplication table in Kotlin
Output
need an explanation for this answer? contact us directly to get an explanation for this answer