1. import java.util.Random; public class MyClass { public static void main(String[] args) { // run 20 random examples int RandomNumbers = 50; // create a new Java Random object Random num = new Random(); for ( int i=0; i