C1 Min Read LetuscrackonFebruary 17, 2025 Toggle Consonants Adjacent to Vowels The program must accept a string S containing only alphabets both in lower and upper case. The program must toggle the case of the consonants…
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…
C Java Python2 Min Read LetuscrackonJune 12, 2024 First X Consonants The program must accept a string S and an integer X as the input. The program must print the first X consonants in the string S as the output.…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Consonants in Range The program must accept two lower case alphabets CH1 and CH2 as the input. The program must print all the consonants from CH1 to CH2 as the…
C Java Python2 Min Read LetuscrackonJune 10, 2024 Interlace Vowels & Consonants The program must accept a string S containing only alphabets as the input. The program must print all the vowels in the string S in…
Java1 Min Read LetuscrackonJune 9, 2024 Count of Consonants in a String Given a string,program must print the count of Consonants in a string Example input/output 1: Input:abcde output:3 Example input/output 2:…
Python1 Min Read LetuscrackonJune 7, 2024 Print Vowels and Consonants The program must accept a string value S as the input. The program must print the vowels in S and then print the…
Python1 Min Read LetuscrackonJune 5, 2024 Consonants from Start End Alternate Consonants from Start End Alternate: A string S is passed as the input to the program. The program must print the consonants from the start…
Cognizant1 Min Read LetuscrackonJune 5, 2024 Print Only Consonants – CTS PATTERN Print Only Consonants: You are required to fix all logical errors in the given code. You can click on run anytime to check the…