pattern

CF

Height Pattern Printing

The height of N cats is passed as the input. The program must print the height of the cats graphically as a column chart represented by #and-…
CF

Alphabet Triangle Pattern

The program must accept an alphabet CH as the input. The program must print the desired pattern as shown in the Example Input/Output section.…