C Java Python2 Min Read LetuscrackonFebruary 19, 2026 Integer – Count of Even Integers The program must accept an integer N as the input. The program must print the number of even integers that can be formed from the…
C1 Min Read LetuscrackonFebruary 19, 2026 C – Stack – Reverse Integers An array of N integers is given as input. The program must reverse the integers using a stack. Fill in the missing lines of code to implement…
C Java Python2 Min Read LetuscrackonFebruary 18, 2026 Swap Even Integers Pair The program must accept N integers as the input. The program swap every two even integers among the N integers. Then the program…
C1 Min Read LetuscrackonFebruary 8, 2026 Count Embedded Integers in String A string is passed as input. The program must print the count of integers present in the string. Boundary Condition(s):1 <= Length of…
C Java Python1 Min Read LetuscrackonJanuary 23, 2026 Replace Max Digit – Two Integers The program must accept two integers X and Y as the input. The program must replace all the occurrences of the maximum digit in X with the…
C Java Python2 Min Read LetuscrackonDecember 13, 2025 Split & Check Prime Integers The program must accept an integer N as the input. The program must split the integer N into two parts and print them if both are prime…
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…