Java1 Min Read LetuscrackonNovember 20, 2025 First Repeating Character From Last A string S is passed as the input. S has at least one repeating character. The program must print the first repeating character C from the…
Java1 Min Read LetuscrackonNovember 16, 2025 First Repeating Character A string S is passed as the input. S has at least one repeating character. The program must print the first repeating character C. Input…
C1 Min Read LetuscrackonSeptember 25, 2025 Character B follows A Given a string S and two characters A, B the program must print the number of occurrences where A is followed by B. Example 1:…
Python1 Min Read LetuscrackonSeptember 4, 2025 Count – Most Repeated Character The program must accept a string S containing only alphanumeric characters as the input. The program must print the number of occurrences of…
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…
C Java Kickstart Python1 Min Read LetuscrackonMay 7, 2025 Character – Male or Female The program must accept a character.– If the character is m, print male– If the character is f, print female…
Python2 Min Read LetuscrackonApril 26, 2025 Character Matrix – Alternate Ends Character Matrix – Alternate Ends: The program must accept a character matrix of size RxC as the input. The program must print the…
Python1 Min Read LetuscrackonApril 19, 2025 Last Character – Last but one Last Character – Last but one: The program must accept a string S as the input. The program must print the characters from the…
Python1 Min Read LetuscrackonMarch 23, 2025 Game Name by Character Game Name by Character: The program must accept a character CH (Lowercase) as input and print as per the following conditions.If CH is a,…
Python1 Min Read LetuscrackonFebruary 13, 2025 Last and First Character Words Given a string S with spaces, the program must print only the words having it’s first letter same as the last letter of the previous…