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…
Python3 Min Read LetuscrackonJune 5, 2024 Rearrange Integer Matrix – Alphabets Rearrange Integer Matrix – Alphabets: The program must accept an integer matrix M1 and a character matrix M2 having the same size R*C as…