String haiku1 = "As the wind does blow\nAcross the trees, I see the\nBuds blooming in May.";
String haiku2 = "I walk across sand\nAnd find myself blistering\nIn the hot, hot heat.";
String haiku3 = "Falling to the ground,\nI watch a leaf settle down\nIn a bed of brown.";
String haiku4 = "It’s cold and I wait\nFor someone to shelter me\nAnd take me from here.";
上記の4つからランダムな文字列を印刷する必要があります。どうすればこれを行うことができますか?私はランダムを使用しなければならないことを知っています。助けてくれてありがとう