C Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Pattern Printing Middle Letter – Odd Length String [ZOHO] Pattern Printing Middle Letter – Odd Length String [ZOHO]: An odd length string S is passed as the input. The program must print the…
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 12, 2024 Sort the String Values Based on Length The program must accept N string values as the input. The program must sort the string values based on the length of each string…
Python1 Min Read LetuscrackonJune 12, 2024 String – Repeating Alphabets Given a string S as the input, print the distinct alphabets in S that occur more than once. The alphabets must be printed based on the order…
C1 Min Read LetuscrackonJune 12, 2024 Reverse String – Vowels Retain Same Position Given a string S1 as the input, the program must reverse the string, keeping the vowels in the same position. Input Format:The first line…
Java1 Min Read LetuscrackonJune 12, 2024 String With Most Vowels Two Strings S1 and S2 are given as input. The program must print the string with the most number of vowels. If two strings have the same…
C1 Min Read LetuscrackonJune 12, 2024 String Letters Frequency A string value S containing N unique letters is passed as the input. The program must print the letters in the string based on the count of…
C Java JavaScript Python4 Min Read LetuscrackonJune 11, 2024 Digital 7-Shaped String Given an input String S, accept the input string S and print the string as shown in the Example Input/ Outputsection. Input Format:The…
C Java JavaScript Python5 Min Read LetuscrackonJune 11, 2024 Unique String Representations Given a string S print the number of unique string values that can be formed by rearranging the letters in the string S. Boundary Condition:2…
Java Python1 Min Read LetuscrackonJune 11, 2024 String Characters Interlace Given an input string S, accept the input string S and print the string in the interlaced order as shown in the example…