Python1 Min Read LetuscrackonApril 11, 2026 Odd Even Row – Pattern Printing Given a value of N, where N is the number of rows, the program must print the character ‘*’ from left or right depending on…
Python1 Min Read LetuscrackonApril 9, 2026 Even Triangle Pattern Given an integer N as input, the program must print the pattern as mentioned in the Example Input/Output Section. Boundary Condition(s):2…
C Cognizant1 Min Read LetuscrackonApril 3, 2026 Function multiplyNum – CTS PATTERN You are required to correct the syntax of the given code without changing its logic. You can click on Compile & Run anytime to check the…
Python1 Min Read LetuscrackonApril 3, 2026 Forward and Reverse Order of Alphabets – Matrix Pattern Accept an integer N and an alphabet A as input. The program must print the pattern as shown in the Example Input/Output section below. (Note:…
C Cognizant1 Min Read LetuscrackonMarch 31, 2026 getarraysum Logical Error – CTS PATTERN You can click on Run anytime to check the compilation/execution status of the program. You can use printf to debug your code. The submitted…
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…