Python1 Min Read LetuscrackonJune 14, 2025 String Decryption – Character Position String Decryption – Character Position: The program must accept a string S (encrypted string) as the input. The encryption…
Python2 Min Read LetuscrackonJune 8, 2025 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…
Python2 Min Read LetuscrackonJune 8, 2025 Search String – Matrix Edges Search String – Matrix EdgesThe program must accept a character matrix of size R*C and a string S as the input. The…
Python1 Min Read LetuscrackonMay 30, 2025 Split String – Equal Unique Count Split String – Equal Unique Count: The program must accept a string S as the input. The program must print the number of ways…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Length of the String The program must accept a string S as the input. The program must print the length of S as the output. Boundary Condition(s):1 <=…
C Java Kickstart Python1 Min Read LetuscrackonMay 17, 2025 String – Print Twice The program must accept a string value and print it twice. Example Input/Output 1:Input:Letuscrack Output:LetuscrackLetuscrack Python Java C C++
Python1 Min Read LetuscrackonApril 25, 2025 Zig-Zag Triangle – String Pattern Zig-Zag Triangle – String Pattern: The program must accept a string S and an integer N as the input. The program…
Python1 Min Read LetuscrackonApril 17, 2025 Smallest Integer – String Smallest Integer – String: The program must accept N string values containing words and integers as the…
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 LetuscrackonApril 7, 2025 Split String – Maximum Value Split String – Maximum Value: The program accept a string S containing only 0s and 1s as the input. The…