Python1 Min Read LetuscrackonJune 7, 2024 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 LetuscrackonJune 6, 2024 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 LetuscrackonJune 5, 2024 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 LetuscrackonJune 5, 2024 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 LetuscrackonJune 5, 2024 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 LetuscrackonJune 5, 2024 Smallest Integer – String Smallest Integer – String: The program must accept N string values containing words and integers as the…
Python1 Min Read LetuscrackonJune 5, 2024 Concatenate Binary – Largest Integer Concatenate Binary – Largest Integer: The program must accept two integers X and Y as the input. The program must…
Java1 Min Read LetuscrackonJune 4, 2024 JAVA – File Handling – Largest Integer Java Program to find the largest integer using file Handling Java File Handling: An array of N integers is read from a file. The file name is…
C Dynamic Programming2 Min Read LetuscrackonJune 4, 2024 Largest Integer The casino has introduced a new game in which there are M vertical chutes each containing N single digit (possibly zero) numbers. You can…