Company: HirePro

Difficulty: medium

Problem Statement

Convert a String to Uppercase Given a non-empty string containing English letters, convert every lowercase letter to its uppercase form. Uppercase letters remain unchanged. Input Format The input contains one whitespace-free string. Output Format Print the converted string. Constraints The string length is between `1` and `200000`. It contains only English letters. Example Input `edgeCompute` Output `EDGECOMPUTE`

More HirePro OA questionsInterview experiences