Python1 Min Read LetuscrackonApril 17, 2025 Smallest Integer – String Smallest Integer – String: The program must accept N string values containing words and integers as the…
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…
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 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…
Python1 Min Read LetuscrackonDecember 3, 2024 Pattern – Integer to Alphabets Given a number N, convert the number to character values based on alphabet positions as given in Example Input/Output. Hint: Use modulo…
Python1 Min Read LetuscrackonNovember 25, 2024 Factor Count – Integer A number N is passed as input. The program should print the count of factors for the number N. Input Format:The first line will contain the…
Hephzibai EnstinonJuly 1, 2024 Largest Tenth Digit Integer The program must accept three integers X, Y and Z as the input. The program must print the value having the largest tenth digit as the output.…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Integer Pattern Printing – CTS PATTERN You are required to complete the given code by reusing existing functions. You can click on Run button anytime to check the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Digital Sum – Compress Integer The program must accept an integer N as the input. The program must compress the integer N by concatenating the digital sum of every two…