Rectangle Area

Easy

📝 Description

Calculate area of a rectangle

Input Format

Two space-separated numbers (length and width)

Output Format

Area value

Constraints

Numbers > 0

🔍 Sample Input

5 10
            

✅ Sample Output

50
            

Code Editor

Please login to run and submit code.

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