579580581582583584585586587
for (String m : months) { int upper = 50; int a = Random.nextInt(upper); int b = Random.nextInt(upper); int c = Random.nextInt(upper); teamsales.add(new TeamSales(m, a, b, c)); } return teamsales; }