Python2 Min Read LetuscrackonJune 12, 2025 Zig-Zag Product Row Zig-Zag Product Row: The program must accept an integer matrix of size R*C and two integers X, Y as the input. The…
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…
Python1 Min Read LetuscrackonJanuary 23, 2025 Product of Unit digit and Tenth digit Product of Unit digit and Tenth digit: Given a number N where N >= 10, the program must print the product of the unit and tenth digit.…
C Cognizant1 Min Read LetuscrackonJanuary 4, 2025 Function Subtraction of Multiplicative Product – CTS PATTERN You are required to correct the syntax of the given code without changing its logic. You can click on Run anytime to check the…
Python2 Min Read LetuscrackonDecember 12, 2024 Product of Matrix and it's Transpose Program In Python The program must accept two positive integers M and N as the input. The program must generate a 4×4 integer…
Python1 Min Read LetuscrackonJune 11, 2024 Product of Current and Next Elements Given an array of integers of size N as input, the program must print the product of current element and next element if the current element…
Python1 Min Read LetuscrackonJune 11, 2024 Product of Three Integers Given three integers A, B and C as input, the program must print the product of the three integers. Boundary Condition(s):0 <= A, B, C…
Java1 Min Read LetuscrackonJune 10, 2024 JAVA – Constructor – Sum and Product The main method in Hello.java is as shown below. Define the class Calculator.java by filling in the code so that the…
C1 Min Read LetuscrackonJune 10, 2024 Product – Swap Unit Digits The program must accept two integers X and Y as the input. The program must print the product of X and Y after swapping their unit digits as…
C Python1 Min Read LetuscrackonJune 9, 2024 Array product except index value An array of N integers with non-zero values is passed as the input to the program. The program must print another array of size N where value…