Given an integer number N as input. Write a program to print the right-angled triangular pattern of N rows as shown below.
The first line of input is a positive integer.
For example, if the given number is
5, the output should be
______
| /
| /
| /
| /
|/7,the out put should be
________
| /
| /
| /
| /
| /
| /
|/