// Histogram-eksempel class Histogram2 { public static void main(String[] args) { int count = Integer.parseInt(args[0]); Terning t = new Terning(6); int[] freq = new int[1 + 6]; for (int i=0; i