import java.util.Random;


public class Basic{

public static void main(String[] args) {
System.out.printf("The values in the array are:\n");

Random randomNumbers = new Random();...