Uncategorized3 Min Read LetuscrackonDecember 25, 2024 Creation timelines for the standard lorem ipsum Winners are recognized for outstanding app design, innovation, ingenuity, and technical achievement Apple today named eight app and game developers…
LetuscrackonDecember 16, 2024 Function printYesOrNo – CTS PATTERN You can click on Run anytime to check the compilation/execution status… C Cognizant
LetuscrackonDecember 15, 2024 S1 Contains S2 In Python S1 Contains S2 In Python: Given two string values S1 and S2, the program… Python
LetuscrackonDecember 15, 2024 Outer to Inner Swap – Both Odd/Even Outer to Inner Swap – Both Odd/EvenGiven N numbers, the program… C Python
LetuscrackonDecember 14, 2024 Boundary Trees Boundary Trees: Certain trees are planted in R rows and C columns in a rectangular field. The current height of the trees are passed as the… Discover More
LetuscrackonDecember 14, 2024 Alternate Lower Case & Upper Case Alternate Lower Case & Upper Case: The program must accept a string S and print the first N lower case alphabets and the first N upper… Discover More
LetuscrackonDecember 13, 2024 Top-left to Bottom-Right Diagonals Program In Python The program must accept an integer matrix of size RxC as the input. The program must print the integers in the top-left to bottom-right… Discover More
LetuscrackonDecember 13, 2024 Second Largest Integer – Greater than X Second Largest Integer – Greater than X: The program must accept N integers and an integer X as the input. The… Discover More
LetuscrackonDecember 12, 2024 Robot Movements Robot Movements: A robot movement in a R*C matrix (R rows and C columns) filled with asterisks is recorded using the following characters. … Discover More
LetuscrackonDecember 12, 2024 Product of Matrix and it's Transpose Program In Python The program must accept two positive integers M and N as the input. The program must generate a 4×4 integer… Discover More
LetuscrackonDecember 11, 2024 Word Game – Start End Letters To begin the game, let us say a word W is considered as the first word. The second word is the word which has the last letter of the first… Discover More
LetuscrackonDecember 11, 2024 Maximum by Single Digit Replacement Maximum by Single Digit Replacement: Two integers M and N are passed as the input to the program. The program must print the maximum value of… Discover More
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… Discover More
LetuscrackonDecember 10, 2024 Number of Ways to Reach Score Consider a game where a player can score 3 or 5 or 10 points in a move. The program must accept an… Discover More