Then add a static method nDice(int sval, int numDice).  In this method:

2: Add a class TryDice with a main.

In the main, call threeDice for numbers for from 3 to 5 Dies with from 3 to 12 faces, and store the results in 2 2D arrays (one for  two the same and one for three the same )  (or EC+5, in a single 3D array).  Print them in two nicely labeled tables.