Syntax 4.2 : Block Statement
{ statement1 statement2 ... statementn }
{ double length = sqrt(area); cout << area << "\n"; }