Cognizant Python1 Min Read LetuscrackonJuly 1, 2025 Function add – Two or more Integers Function add – Two or more Integers: The program must accept five integers a, b, c, d and e as the…
C Kickstart1 Min Read LetuscrackonJune 28, 2025 Compare Two integers with Logical NOT and AND Operators (Boolean ) Accept two integers X and Y as the input. The program must print 1 if X and Y are not equal and also Xis greater…
C Kickstart1 Min Read LetuscrackonJune 23, 2025 Check If Two Integers are Equal (Using if-else) The program must accept two integers X and Y as the input. The program must print Equal if X and Y are equal.…
Python1 Min Read LetuscrackonJune 15, 2025 Toggle Format – List of Integers Toggle Format – List of Integers: The program must accept a list of integers as the input. The program must print the output based on…
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…