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…
Python1 Min Read LetuscrackonJanuary 31, 2025 Square Matrix – Odd Integers The program must accept N integers and print a square matrix of size K*K with the odd integers present. In case there are…
Python1 Min Read LetuscrackonJanuary 25, 2025 Positive Even Integers The program must accept N integers and print the first K positive even integers as the output.Note:– At least K…