Question: Write a java program that will collect the following 4 inputs from the user 1. width of the box 2 height of the box
Write a java program that will collect the following 4 inputs from the user 1. width of the box 2 height of the box 3 border character 4. interior character Your program must collect the inputs in the order described above. with these inputs, your program must print out a joox made of the border and interior characters, and with the specified height and width, ere are some examples of what the program should look like when it runs with several different inputs Example 1 Enter width : 7 Enter height :5 Enter border :X Enter interior : 0 XXXXXXX x00000X x00000X x00000X XXXXXXX
Step by Step Solution
3.43 Rating (153 Votes )
There are 3 Steps involved in it
Java program to print a box with userdefined width height border character and interio... View full answer
Get step-by-step solutions from verified subject matter experts
