Python1 Min Read LetuscrackonApril 12, 2025 Alphabet Shift Encryption – String Alphabet Shift Encryption – String: The program must accept a string S containing only alphabets and L integers as…
Python1 Min Read LetuscrackonMarch 21, 2025 Alphabet for Digit Alphabet for Digit: Given an integer N as input, the program must print the lower case alphabets (from a to i) in the position of the digits…
Python1 Min Read LetuscrackonMarch 15, 2025 Three Alphabet Series Three Alphabet Series: A special alphabet series can be formed by three alphabets A, B and C. An integer K is given as the input to the…
Python1 Min Read LetuscrackonJanuary 6, 2025 String Alphabet Count String Alphabet Count: Given a string S with only alphabets, print the alphabet and it’s count as shown in the Example Input/Output…
C Python1 Min Read LetuscrackonNovember 16, 2024 Alphabet Count – Repeated String A string S is passed as input to the program. The string S is repeated till the repeated string R is of length N. The program must print the…
C Java Python3 Min Read LetuscrackonJune 12, 2024 Append Alphabet – Surrounding Integers The program must accept a matrix of size R*C containing integers and alphabets as the input. For each occurrence of the alphabet in…
Python1 Min Read LetuscrackonJune 11, 2024 Column-wise Alphabet Sort A matrix of size N*N is passed as input. The program must sort the matrix(lexicographically) column-wise and prints the matrix. Boundary…
Python1 Min Read LetuscrackonJune 10, 2024 Unique Alphabet Count A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…
Python1 Min Read LetuscrackonJune 10, 2024 Reverse Alphabet Triangle Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
C Java1 Min Read LetuscrackonJune 10, 2024 Palindrome Missing Alphabet Problem Statement :String S which is a palindrome is passed as the input.But just one alphabet A is missing in S. The program must print the…