{
String[] hi = new String[5] ;
strArray[0] = ("Hello") ;
strArray[1] = ("hola") ;
strArray[2] = ("nihao") ;
strArray[3] = ("hallo") ;
strArray[4] = ("aloha") ;
{
How would I use a random function to choose one of the strings in the array so it's usable?