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…
C Java Python1 Min Read LetuscrackonJune 11, 2024 Print Odd Even Negative Integer Count Accept N integers and print the count of odd, even and negative integer count as the output. Input Format:The first line contains N.The second…
C Java Python2 Min Read LetuscrackonJune 10, 2024 Integer – Count of Even Integers The program must accept an integer N as the input. The program must print the number of even integers that can be formed from the…
C1 Min Read LetuscrackonJune 9, 2024 Smallest Possible Odd Integer The program must accept an integer N as the input. The program must print the smallest possible odd integer using all the digits in N as the…
Java1 Min Read LetuscrackonJune 9, 2024 Subtract Largest Integer The program must accept N positive integers as the input. The program must subtract the integers from the largest integer among the N integers…
C1 Min Read LetuscrackonJune 9, 2024 Largest Possible Odd Integer The program must accept an integer N as the input. The program must print the largest possible odd integer using all the digits in N…
C1 Min Read LetuscrackonJune 9, 2024 Integer – Sum of Digits The program must accept an integer value N as a command line argument and print the sum of the digits in N.Example Input/Output…