Programs Python1 Min Read Hephzibai EnstinonMarch 25, 2026 Alternate 1s And 0s The program must accept an integer N as the input. The program must print YES if the binary representation of N contains 1’s and…
Programs Python1 Min Read Hephzibai EnstinonMarch 21, 2026 Parenthesis Pattern The program must accept a string $ as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
C1 Min Read Hephzibai EnstinonMarch 14, 2026 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-…
C1 Min Read Hephzibai EnstinonMarch 13, 2026 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.…
C1 Min Read Hephzibai EnstinonMarch 11, 2026 Alternate Repeat Pattern The program must accept a positive even integer N as the input. The program must print the desired pattern as shown in the Example…
Python1 Min Read LetuscrackonMarch 8, 2026 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…
C2 Min Read LetuscrackonFebruary 25, 2026 String Stairs Pattern The program must accept a string S containing only alphabets as the input. The program must print the string S…
Python1 Min Read LetuscrackonFebruary 21, 2026 Reverse Alphabet Triangle Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
C Java Python3 Min Read LetuscrackonFebruary 11, 2026 Digital Sub-Matrix Pattern The program must accept an integer matrix of size NxN as the input. The program must find the maximum number of…
Python1 Min Read LetuscrackonFebruary 4, 2026 X in Rectangular Pattern The program must accept an integer N as the input. The program must print the pattern as shown in the Example Input/Output sections. Boundary…