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…
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…
LetuscrackonDecember 15, 2024 S1 Contains S2 In Python S1 Contains S2 In Python: Given two string values S1 and S2, the program must print YES if the characters of S2 occurs in the same order of…
LetuscrackonDecember 15, 2024 Outer to Inner Swap – Both Odd/Even Outer to Inner Swap – Both Odd/EvenGiven N numbers, the program must swap the first and last element,swap 2nd and last but one element…
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…
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…
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…
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…
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. …
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…