Rearrange the following lines of code to produce another implementation of the boxstring method that uses a helper method for printing the horizontal lines. put the helper method after the boxstring method. note that the helper method, unlike boxstring, returns a value.