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…
Python1 Min Read LetuscrackonJune 8, 2024 Count Words Write an algorithm and write the Python code to count the number of unique words in a given passage. The paragraph may contain words with…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Split String into Words – Length The program must accept an integer N, a string S and N integers as the input. The string S contains N words without any space.…
Python1 Min Read LetuscrackonJune 8, 2024 Words to Digits – Integers Sum The program must accept N integers as the input, but certain digits in some integers are denoted in words (in lower case). The…
Python1 Min Read LetuscrackonJune 7, 2024 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 LetuscrackonJune 7, 2024 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…