Python1 Min Read LetuscrackonSeptember 8, 2025 Toggle – Digits and Words The program must accept a string S which contains digits as integer values and words. The program must toggle the digits to words and words to…
Python1 Min Read LetuscrackonJuly 23, 2025 Words Starting with Upper Case The program must accept a string S containing multiple words as the input. The program must print the words starting with an upper…
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…