Python1 Min Read LetuscrackonJune 7, 2024 Product – First Largest and Second Largest The program must accept an integer N as the input. The program must print the product of the first largest digit and the second…
Python2 Min Read LetuscrackonJune 6, 2024 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 LetuscrackonJune 5, 2024 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 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…
Python1 Min Read LetuscrackonJune 5, 2024 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 LetuscrackonJune 5, 2024 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 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…
Python1 Min Read LetuscrackonJune 4, 2024 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 LetuscrackonJune 4, 2024 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…