Create a DisplayBox application that prompts the user for a height and width and then displays a box of that size. The DisplayBox application should include a method named drawBox() that has two parameters and makes calls to the drawBar() method.