I have a string array that I want the user to associate with the number of a month:


package samsExperiments;

import java.util.Scanner;
import java.util.Arrays;
import java.util.Random;
...