I am trying to mix up a string using string buffers. The program should randomly select a character within the word that is in StringBuffer1 (sb1). Append it to the empty StringBuffer2 (sb2), and continuously do this until the I am trying to mix up a string using string buf