Python1 Min Read LetuscrackonJanuary 29, 2025 Absolute Value of N is Power of X Absolute Value of N is Power of X: The program accepts two integers N and X as input. The program prints YES if the absolute value of N is a…
Python1 Min Read LetuscrackonNovember 9, 2024 Second Largest Value among N integers The program must accept N integers and print the second largest value among the N integers. Input Format:The first line denotes the value of…
Python1 Min Read LetuscrackonJune 13, 2024 Array Frequency Equals Value The program must accept N integer values and print the values which are equal to the count of their occurrence (in ascending order). If there…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Determine if the Number is a Factorial Value The program must accept an integer N as the input. The task is to determine if N can be expressed as a factorial of an integer. If possible,…
Python1 Min Read LetuscrackonJune 11, 2024 Reverse Middle Value A string S will be passed as input to the program. The program must reverse the characters in between the first and last letters and print the…
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 Search Hexadecimal Value – Matrix The program must accept a character matrix of size RxC containing only hexadecimal digits and an integer X as the input.…
C Python2 Min Read LetuscrackonJune 11, 2024 Chars To Remove For Same String Value N string values S1, S2, S3, SN are passed as input to the program. Values of S1, S2, S3, SN are such that if one character is removed from…
C1 Min Read LetuscrackonJune 10, 2024 Reverse the string value till last vowel Reverse the string value till last vowelGiven a string S, the program must reverse the string till last vowel. (All alphabets will be in…
C Python1 Min Read LetuscrackonJune 9, 2024 Array product except index value An array of N integers with non-zero values is passed as the input to the program. The program must print another array of size N where value…