Box Java Assignment
You must place your class file and java file into a zip folder...
Write a Java class called Box to draw a box based on the user specific dimensions. Use asterisk (*) to draw the box. You need to prompt user for the width and height.
Width = 3
Height = 5
***
***
***
***
***