Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
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 = 3Height = 5***************