Question

Write a function that finds the area of given rectangle?

Login to Submit

Examples

Tutorial

Area of rectangle = Length X Breadth

Input: 1, 2
Output: 2

Input: 2, 4
Output: 8