C Java Python1 Min Read LetuscrackonJune 7, 2024 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…
Python1 Min Read LetuscrackonJune 7, 2024 All Alphabets – Upper/Lower Case The program must accept two string values S1 and S2 containing only alphabets as the input. The program must print yes if all the 26 alphabets…
Python1 Min Read LetuscrackonJune 7, 2024 Uncommon Alphabets The program must accept values of two string S1 and S2 as input. The program must print the uncommon alphabets in…
C1 Min Read LetuscrackonJune 7, 2024 Reverse Repeat N Alphabets The program must accept a string S and repeat the alphabets from the end till a new string S2 of length N is formed. Then the program must…