+ 2
write a java program that inputs a document and then outputs a bar-chart plot of the frequencies of each alphabet character that
How can I perform such a task ?
5 Antworten
+ 1
primitive solution is print graph with characters like
a @@@@@@@@@@@@@@
b @@@@@@@@
c @@@@@@@@@@@
0
Almost anything is possible, this would just not have been my choice.
You could create a project here which is simply printing out the sums. To have something here to discuss. And what's the input now?
- 1
Create a project here and specify the requirements more clear. What kind of document? Any encoding trouble to be expected? Plotting a graph using a Java frontend? Would not be my choice...