String Length

Easy

📝 Description

Find the length of a string without using built-in functions

Input Format

A string

Output Format

Length of string

Constraints

1 ≤ string length ≤ 1000

🔍 Sample Input

"Hello"
            

✅ Sample Output

5
            

Code Editor

Please login to run and submit code.

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