To-Uppercase

A collection of 1 post

To Uppercase

Problem Write a program that receives a string with both uppercase and lowercase letters as input and outputs the string by unifying all uppercase letters. input A string is entered on the first line. The length of the string does not exceed 100. output A unified character string with uppercase…