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.…
PythonF

N Triangles Pattern

The program must accept an integer N as the input. The program must print N triangles numbered from 1 to N based…
CF

String Stairs Pattern

The program must accept a string S containing only alphabets as the input. The program must print the string S…