Python1 Min Read LetuscrackonJune 9, 2024 Count of UpperCase Letters A string S is passed as the input. The program must print the number of upper case letters in the string S. Input Format: The first line…
Java1 Min Read LetuscrackonJune 9, 2024 Alternate letters in uppercase A string S (only alphabets) is passed as input. The printed output should contain alphabets in odd positions in each word in uppercase and…