C Python2 Min Read LetuscrackonMarch 14, 2026 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 LetuscrackonJanuary 6, 2026 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 LetuscrackonNovember 23, 2025 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…
C Java Python1 Min Read LetuscrackonOctober 15, 2025 Maximum Value – Add or Product The program must accept N integers as the input. For each integer X among the given N integers, the program must print the…
Python1 Min Read LetuscrackonApril 7, 2025 Split String – Maximum Value Split String – Maximum Value: The program accept a string S containing only 0s and 1s as the input. The…
C2 Min Read LetuscrackonMarch 7, 2025 Max Value Bags Carry Capacity Max Value Bags Carry Capacity: A man has the capacity to lift only C kilograms. There are N bags containing grocery items to be carried to yet…
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,…