So I am trying to write a Java program that simulates a Powerball ticket.

It uses the Random function to generation 5 numbers, followed by a special number within a different range.

It uses...