String to Uppercase

Easy

📝 Description

Convert string to uppercase without built-in function

Input Format

A single string

Output Format

Uppercase version of string

Constraints

String length ≤ 1000

🔍 Sample Input

hello
            

✅ Sample Output

HELLO
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run