Square Number
Easy📝 Description
Calculate the square of a number
Input Format
A single number
Output Format
Square of the input number
Constraints
Number ≤ 1000
🔍 Sample Input
5
✅ Sample Output
25
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run