Today's question..........
Print the below pattern(half diamond using numbers) if the input is: 3 ---------- starting number 4 ----- length of half diamond then the output must be as shown below: 3 ------------ starting number 44 555 6666 555 44 3 in this case the length of the half diamond is 4 and starting symbol is 3