Layout Panels are needed so that the controls fit screens of different sizes or having different
font sizes. If we arrange controls on fixed pixel coordinates, then this model will fail when moved
to a different environment. For this reason, Layout panels are necessary.
33. Write