Type Conversion

Medium

📝 Description

Convert input string to integer and float

Input Format

A number as string

Output Format

Integer and float versions

Constraints

Input is a valid number string

🔍 Sample Input

"123"
            

✅ Sample Output

123 123.0
            

Code Editor

Please login to run and submit code.

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