Bjarne Stroustrup “Programming Principles and Practice Using C++” Chapter 5 Try This page 138 Using std_lib_facilities.h by Bjarne Stroustrup. [code language=”cpp”] // Philipp Siedler // Bjarne Stroustrup’s PP // Chapter 5 Try This page 138 #include "std_lib_facilities.h" int area(int length, int width)…