pattern

CF

Trapezium Pattern Printing

Given an integer N as the input, print the pattern as given in the Example Input/Output section. Input Format:The first line contains N.…
CF

Pattern Printing – 005

Given an integer N as the input, the program must print 2N lines pattern output as described in the Example Input/Output given below. Input…