Mr.X

0

0 votes
Problem

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.)

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?