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…
Python1 Min Read LetuscrackonFebruary 6, 2025 Words – Maximum Consonants Words – Maximum Consonants: The program must accept a string S containing multiple words as the input. The program must print the words…
Python ZOHO1 Min Read LetuscrackonJanuary 5, 2025 Non Palindromic Words [ZOHO] Non Palindromic Words: A string with one or more words is passed as the input. The program must print only the words which are not…
Python1 Min Read LetuscrackonDecember 28, 2024 Morse Code – Words Morse Code – Words: A spaceship has exploded in the space and two survivors need to communicate with the station in the earth. Due to…
Java1 Min Read LetuscrackonNovember 1, 2024 Move M Words – End Reverse The program must accept a string S which contains N words and move the first M words to the last in the reverse order. Input format:The first…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 String – Reverse Words [ZOHO] A string S is passed as the input. The program must reverse the order of the words in the string and print them as the output. Input…
C Java Python2 Min Read LetuscrackonJune 11, 2024 Search Substring & Print Words The program must accept a space-separated string S and N string values as the input. For each string X among the…
C1 Min Read LetuscrackonJune 9, 2024 Minimum Distance between words A string S is passed as the input.Two words w1 and w2 which are present in the string S are also passed as the input. The program must…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Reverse words Given a string S as the input Write a program to print the reverse order of the words in the string S. Input Format:The first line contains S.…
Python1 Min Read LetuscrackonJune 8, 2024 Print Calendar Month in Words The program must accept an integer value N and print the corresponding calendar month in words. 1 – January, 2 – February, …. , 11…