C Cognizant1 Min Read LetuscrackonDecember 29, 2024 Function findMinimum – CTS PATTERN You are required to fix all logical errors in the given code. You can click on Run anytime to check the compilation/execution status of the…
C Cognizant1 Min Read LetuscrackonDecember 16, 2024 Function printYesOrNo – 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…
C1 Min Read LetuscrackonDecember 10, 2024 Decreasing String in Center – Pattern A string S is passed as the input to the program. The program must print the pattern as shown in the Example Input/Output…
Python1 Min Read LetuscrackonDecember 3, 2024 Pattern – Integer to Alphabets Given a number N, convert the number to character values based on alphabet positions as given in Example Input/Output. Hint: Use modulo…
Python1 Min Read LetuscrackonDecember 2, 2024 Right Arrow Pattern Program In Python The program must accept an odd integer N as the input. The program must print the N lines containing hyphens and asterisks based on…
Python1 Min Read LetuscrackonNovember 27, 2024 Pattern Printing – Half Pyramid Using Asterisk The number of rows N is passed as the input. The program must print the half pyramid using asterisk *. Input Format:The first line contains N.…
Cognizant1 Min Read LetuscrackonNovember 25, 2024 Function findIndex – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Cognizant1 Min Read LetuscrackonNovember 24, 2024 Function printNPattern – CTS PATTERN You are required to complete the given code by implementing the logic for the function. You can click on Run anytime to check the…
C TCS CodeVita3 Min Read LetuscrackonNovember 24, 2024 Christmas Tree Pattern – TCS CodeVita John is a pure Desi boy. And his one and only dream is to meet Santa Claus. He decided to decorate a Christmas tree for Santa on coming…
Cognizant1 Min Read LetuscrackonNovember 23, 2024 Function printColor – CTS Pattern You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…