Python1 Min Read LetuscrackonJanuary 10, 2025 Immediate Previous Larger Number Immediate Previous Larger Number: N numbers are passed as input to the program. The program must print the immediate previous larger number.…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Array Numbers – Greater Than Previous [ZOHO] N integer values (positive, zero or negative) are passed as input to the program. The program must print the values of the integers (in the…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Count of Digits That Are Less Than Previous Digit The program must accept an integer N as the input. The task is to count and print the number of digits in N that are less than their immediate…
C Java Python5 Min Read LetuscrackonJune 11, 2024 Value Equals Previous Two An array of N integers is passed as the input. The program must find the combination of integers forming a sequence whose length is more than…
Python1 Min Read LetuscrackonJune 11, 2024 Sequence – Based on Previous Term The program must accept an integer N as the input. The program must generate a sequence of integers based on the following conditions. –…
Python2 Min Read LetuscrackonJune 6, 2024 Matrix Border – Previous & Next Matrix Border – Previous & Next: The program must accept an integer matrix of size RxC and an integer K as the…
C Java Kickstart Python1 Min Read LetuscrackonJune 5, 2024 Print the Previous Number The program must accept a number and print its previous number. Example Input/Output 1:Input:68 Output:67 Example Input/Output 2:Input:100…