C Python1 Min Read LetuscrackonAugust 17, 2025 Integer with Two Digits The program must accept an integer N as the input. The program must print YES if the integer N is formed using exactly two digits. Else the…
Python1 Min Read LetuscrackonAugust 11, 2025 Integer – Count of Pairs The program must an integer N as the input. The program must print the count C of pairs of positive integers X and Y so that the sum of X and…
C Python1 Min Read LetuscrackonAugust 10, 2025 N Integers – Kth Largest Integer The program must accept N integers and an integer K as the input. The program must print the Kth largest integer among the N integers as the…
C Python1 Min Read LetuscrackonAugust 7, 2025 Integer – Exactly Three Digits The program must accept an integer N as the input. The program must print yes if exactly three digits are used to form the integer N. Else the…
Python1 Min Read LetuscrackonJuly 11, 2025 Sum of Digits – Largest Integer The program must accept N integers as the input. The program must print the sum of the digits of the largest integer among the N…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Sum of Two to Get Third Integer The program must accept three integers as the input. The program must print yes if any two of the three integers can be added to…
Python3 Min Read LetuscrackonApril 30, 2025 Rearrange Integer Matrix – Alphabets Rearrange Integer Matrix – Alphabets: The program must accept an integer matrix M1 and a character matrix M2 having the same size R*C as…
Python1 Min Read LetuscrackonApril 28, 2025 Nearest Integer – Factor Nearest Integer – FactorThe program must accept an integer N as the input. The program must print the nearest integer of N…
Python1 Min Read LetuscrackonApril 24, 2025 Integer – Max Factor Count Integer – Max Factor Count: The program must accept N integers as the input. The program must print the integer having the…
Python1 Min Read LetuscrackonApril 17, 2025 Smallest Integer – String Smallest Integer – String: The program must accept N string values containing words and integers as the…