C Java Python2 Min Read LetuscrackonOctober 22, 2025 Integers Sum – Split, Sort and Merge The program must accept N integers as the input, where each integer contains a pipe symbol. The program must find the sum of the…
C Java Python2 Min Read LetuscrackonOctober 17, 2025 Form Integers – Divisible by 25 The program must accept a string S representing a number. The string S contains digits, underscores and X‘s. The program…
Python2 Min Read LetuscrackonOctober 15, 2025 Sort Integers in Submatrix The program must accept an integer matrix of size R*C and two integers X, Y as the input. The integers X and Y…
Python1 Min Read LetuscrackonOctober 13, 2025 Words to Digits – Integers Sum The program must accept N integers as the input, but certain digits in some integers are denoted in words (in lower case). The…
C Java Python1 Min Read LetuscrackonSeptember 30, 2025 Fibonacci Sum – N Integers The program must accept N integers as the input. The program must find the integers which are present in the Fibonacci series. Then the…
Python2 Min Read LetuscrackonSeptember 22, 2025 Swap Integers Matrix Border The program must accept an integer matrix of size R*C and two integers X, Y as the input. The program must find the Xth integer and the Yth in…
Python1 Min Read LetuscrackonSeptember 21, 2025 All Possible Odd Integers The program must accept an integer N as the input. The program must print the unique odd integers formed using all the digits…
Python1 Min Read LetuscrackonSeptember 20, 2025 Form List of Integers The program must accept N integers as the input. The program must form a list of integers based on the following conditions. Initially, the…
C Python2 Min Read LetuscrackonSeptember 16, 2025 Integers – Check Triplets The program must accept N integers as the input. The program must print Yes if there is at least one triplet (a, b, c) in the given N integers…
Python1 Min Read LetuscrackonSeptember 11, 2025 Integers – Parity Sort The program must accept N integers as the input. The program must sort the integers based on the parity (Even parity followed by Odd…