C Java Kickstart Python1 Min Read LetuscrackonJune 2, 2025 N Integers From N The program must accept an integer N as the input. Then the program must print N integers from N as the output. Example Input/Output:Input:5…
Python2 Min Read LetuscrackonJune 1, 2025 Submatrix Sum – Integers Start with D Submatrix Sum – Integers Start with D: The program must accept an integer matrix of size R*C and two…
Python1 Min Read LetuscrackonApril 22, 2025 Maximum Difference – Subsequent Integers Maximum Difference – Subsequent Integers: The program must accept N integers as the input. The program must sort the N…
Python1 Min Read LetuscrackonApril 18, 2025 Sort Integers – Targets Sort Integers – Targets: The program must accept N integers and an integer T as the input. The program must print…
Python1 Min Read LetuscrackonMarch 31, 2025 Four Digit Integers Divisible Four Digit Integers Divisible: The program must accept a string S containing only digits and an integer K as the input.…
Python2 Min Read LetuscrackonMarch 25, 2025 X Integers – Triangle Pattern X Integers – Triangle Pattern: The program must accept N integers and an integer X as the input. The program must…
Java Python1 Min Read LetuscrackonMarch 3, 2025 Smallest Product of Three Integers Smallest Product of Three Integers: The program must accept N integers as the input. The program must print the smallest value obtained by the…
Java Wipro2 Min Read LetuscrackonFebruary 21, 2025 Integers – Maximum and Count N integers are passed as the input. The program must repeat the steps given below. Step 1: Find the maximum M of the…
C2 Min Read LetuscrackonFebruary 11, 2025 Uncommon Integers – Two Arrays Program in C The program must accept two integer arrays of sizes M and N as the input. The program must print all the uncommon…
Python1 Min Read LetuscrackonFebruary 9, 2025 K Integers – Same Ends Program In Python The program must accept two integers N and K as the input. The program must print the first K integers greater than N…