Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Area
Write a function area that takes two integers as input: length and width, then calculates the area as length * width.
Give the function a default value of 4 for width.