C Java Python1 Min Read LetuscrackonSeptember 30, 2025 Fibonacci Sum – N Integers The program must accept N integers as the input. The program must find the integers which are present in the Fibonacci series. Then the…
C Java Python1 Min Read LetuscrackonSeptember 28, 2025 Expiry Date – After M Months C: Java: Python: C++:
Java1 Min Read LetuscrackonSeptember 27, 2025 Find Palindrome and its index A String is given S, we have to find the palindrome in that and print the starting and ending index. Example I/O: Example I/O: Sample Input 1:…
C Java Python2 Min Read LetuscrackonSeptember 23, 2025 Patients Token The program must accept the names of N patients and the time (in 24-hr format) they entered a hospital as the input. The hospital’s…
C Java Python2 Min Read LetuscrackonSeptember 19, 2025 Sort Pairs – Inside & Outside Parentheses The program must accept N pairs of integers as the input. One of the two integers in each pair is enclosed within a pair of…
C Java Python1 Min Read LetuscrackonAugust 30, 2025 Alphabets and Sum of Digits The program must accept a string S containing only alphabets and digits as the input. The program must print the alphabets and then the sum of…
C Java Python1 Min Read LetuscrackonAugust 27, 2025 Same Unique Characters or Not The program must accept two string values S1 and S2 containing only lower case alphabets as the input. The program must print yes if the given…
C Java Python1 Min Read LetuscrackonAugust 26, 2025 Trim String to Shorter Length The program must accept two string values S1 and S2 containing only lower case alphabets as the input. The program must trim the longer string…
C Java Python1 Min Read LetuscrackonAugust 26, 2025 Position – Rightmost Bit The program must accept two integers X and Y as the input. The program must print the position of the rightmost bit that differs in the binary…