uppercase

PythonF

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…
JavaF

Alternate letters in uppercase

A str‌ing S (only alphabets) is passed as input. The printed output should contain alphabets in odd positions in each word in uppercase and…