Write a program to Print the Number Pattern
Take an Integer input n and k and Print the Pattern below.
K here Denotes the multiples of k.
Input Format
First line n take input from user.
Second line k take input from user.
Constraints
1<=n<=100
1<=k<=20
Output Format
Print the series
Also read: WAP to Calculate LCM