Python2 Min Read LetuscrackonMay 31, 2025 Largest Square Matrix – Words Largest Square Matrix – Words: The program must accept a string S containing multiple words as the input. The program must…
C Java Kickstart Python1 Min Read LetuscrackonMay 4, 2025 Largest of Two Numbers The program must accept two numbers and print the largest number. Example Input/Output 1:Input:12 25 Output:25 Example Input/Output 2:Input:9…
Python1 Min Read LetuscrackonApril 11, 2025 Concatenate Binary – Largest Integer Concatenate Binary – Largest Integer: The program must accept two integers X and Y as the input. The program must…
Python1 Min Read LetuscrackonMarch 26, 2025 Largest of Tenth Digit and Unit Digit Largest of Tenth Digit and Unit Digit: Given an integer N as input, the program must print the largest of the tenth digit and the unit…
Python1 Min Read LetuscrackonMarch 13, 2025 Number – X Largest Digits Ascending Number – X Largest Digits Ascending: Accept a number N and print the first X largest digits in N in ascending order. Input Format:The…
Java1 Min Read LetuscrackonFebruary 19, 2025 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 LetuscrackonFebruary 5, 2025 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…
Python1 Min Read LetuscrackonJanuary 24, 2025 Largest & Smallest Unit Digit Numbers Difference Largest & Smallest Unit Digit Numbers Difference: Given N numbers, the program must find and print the difference between numbers having…
C Python1 Min Read LetuscrackonJanuary 16, 2025 Print Largest Even Number – Digits Print Largest Even Number – Digits: Given a number N as the input, print the largest even number E that can be formed using the digits…
Python1 Min Read LetuscrackonDecember 13, 2024 Second Largest Integer – Greater than X Second Largest Integer – Greater than X: The program must accept N integers and an integer X as the input. The…