Skip to content
C

Rectangle Area

Easyjava

Store a rectangle's length and width in variables and print its area.

Input: two integers (length, then width), separated by whitespace.

Output: one line — the area (length x width).

Input (stdin)

Output

Run your code to see output here...