Vertical histogram
So, 0, 10, 20, 30 are x-axis, and 0, 10000, 20000, 30000, 40000, 50000, 60000 are y-axis import java.util.*; import java.io.*; /* CSC142 Programming Assignment #4: * Print an ascii histogram of the values of the ‘distribution[]’ array (defined below) to standard output. * You will use print and println methods to print this histogram […]
Vertical histogram Read More »