I need help with this program. I am very new to Java, so bare with me if my terminology is a little off.
I need to write a program that will randomly select some results. You all know the game of Clue. Well I need to generate results based on 6 possible suspects, 6 weapons and 6 rooms, and display all 3 results in one line. I don't want my Math.random(); to use the same number twice. Also how do I apply the random number to a String output? Any suggestions would be great. Thanks in Advance!!