Write a java program that takes an input āNā dynamically from the keyboard. Print the below pattern up to N number of lines. In the below sample pattern N is taken as 5. 5 5 5 5 5 4 4 4 4 3 3 3 2 2 1