You have to print an 'X' pattern using * , whose height will be provided by a number 'N'.
INPUT: An integer N, equal to the height of the required 'X' pattern.
OUTPUT: Pattern 'X' of height N. (Click on 'Plaintext Link' beside 'Sample Output' for a clearer view.)