Python1 Min Read LetuscrackonDecember 29, 2024 Expand Alphabets Expand Alphabets: Given a string S with alphabets and their count, repeat the alphabets based on their count and print the value as the…
Python1 Min Read LetuscrackonDecember 3, 2024 Pattern – Integer to Alphabets Given a number N, convert the number to character values based on alphabet positions as given in Example Input/Output. Hint: Use modulo…
Python1 Min Read LetuscrackonNovember 8, 2024 Print Only Alphabets In Python A string S is passed as the input. S can contain alphabets, numbers and special characters. The program must print only the alphabets in S.…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Alphabets Positions Reversed The program must accept N alphabets as the input. The program must print the alphabet position of each alphabet in reverse…
Python1 Min Read LetuscrackonJune 12, 2024 String – Repeating Alphabets Given a string S as the input, print the distinct alphabets in S that occur more than once. The alphabets must be printed based on the order…
C Java Python3 Min Read LetuscrackonJune 11, 2024 Common Alphabets N Strings N string values are passed as input to the program. Each string will contain only the alphabets a-z in lower case. A given alphabet may be…
Java1 Min Read LetuscrackonJune 11, 2024 Expand alphabets occurrence A string consisting of short hand form of occurrence of alphabets will be passed as input. The program must expand the code and print the…
Python1 Min Read LetuscrackonJune 11, 2024 Print Alphabets Given two alphabets C1 and C2 as input, the program must print the alphabets from C1 to C2 (inclusive of C1 and C2). Boundary Condition(s):a…
Python1 Min Read LetuscrackonJune 11, 2024 Forward and Reverse Order of Alphabets – Matrix Pattern Accept an integer N and an alphabet A as input. The program must print the pattern as shown in the Example Input/Output section below. (Note:…
Java1 Min Read LetuscrackonJune 10, 2024 1st Half / 2nd Half Alphabets Leela is a science teacher for class V and she wants to divide the class into two halves based on the starting letter of the names of the…