Box Java Assignment
February 19th, 2023
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 = 3Height = 5***************