Python LetuscrackonMay 13, 2026 Search Hexadecimal Value – Matrix The program must accept a character matrix of size RxC containing only hexadecimal digits and an integer X as the input.…
Dynamic Programming Python LetuscrackonMay 13, 2026 DP – Matrix Ways from Top Left to Bottom Right The number of rows R and columns C of a matrix are passed as the input. The program must print the number of ways W to traverse from the top…
C LetuscrackonMay 12, 2026 Matrix Transpose Given a matrix of R rows and C columns as the input, the program must print the transpose of the input matrix. Input Format:The first line…
C LetuscrackonMay 12, 2026 Print Strings for Number A number N is passed as the input to the program. Each digit in the number represents an alphabet (a for 1, b for 2 …) based on the…
Python LetuscrackonMay 11, 2026 Pattern Printing – String Characters Given a string S of length L, the program must print the pattern as described in the Example Input/Output. Input Format:First line contains…
Java LetuscrackonMay 11, 2026 JAVA – Package – EvenPrinter The class Hello.java is given below. Please write the code for the class EvenPrinter.java so that the program prints the output as mentioned…
C Python LetuscrackonMay 10, 2026 Triangle Pattern – 002 Given an odd integer N, print a triangle with * as mentioned in the below examples. Input Format: The first line contains N. Output Format:…
C LetuscrackonMay 10, 2026 Pointer & Structure – CTC Hike A company has given hike 10% of annual pay for its employee which includes basicpay and HRA. Fill the missing lines of code to print the…
Cognizant LetuscrackonMay 9, 2026 Function printColumnSum – 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…
Cognizant LetuscrackonMay 9, 2026 Function reverseTraverseByUnitDigit – 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…