Computer Science, asked by shridharofficial, 4 months ago

(in java or python only) Given a number as ‘num’, and Number of lines as ‘num_of_lines’ where ‘num’ implies the starting number from which the pattern has to be started and ‘num_of_lines’ implies the number of lines that have to be printed. Now, according to the above information, print a pattern as given below. Input: num = 7, num_of_lines = 4


image


Input Format


Two Integers : num , num_of_lines


Constraints


1<=num , num_of_lines<=200


Output Format


Pattern


Sample Input 0


3 3



Sample Output 0


3

6 7

12 13 14 15

Answers

Answered by ankitdhanpal2
0

Answer:

24 Output Range is the answer for this question .

Explanation:

Please mark me Brainlist and like my answer.

Similar questions