Python2 Min Read LetuscrackonMay 31, 2025 Largest Square Matrix – Words Largest Square Matrix – Words: The program must accept a string S containing multiple words as the input. The program must…
C Java Kickstart Python1 Min Read LetuscrackonMay 15, 2025 One to Five – Words The program must accept a number from 1 to 5 and print it as a word as given below.1 – One2 – Two3 – Three4 – Four5…
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…