Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 337 Bytes

HistogramGenerator

Generates an histogram after taking as input a text file with grades.

How the program works?

You will need a text file with the grades. Each line should have one grade. The grades must be integers between 0-10. You will need to pass the file's path through the command line so that the Histogram is generated.