write a java program that inputs a document and then outputs a bar-chart plot of the frequencies of each alphabet character that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ?

22nd May 2020, 12:26 AM
Jeffery Marfo
Jeffery Marfo - avatar
3 Answers
+ 1
primitive solution is print graph with characters like a @@@@@@@@@@@@@@ b @@@@@@@@ c @@@@@@@@@@@
22nd May 2020, 4:37 AM
zemiak
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?
22nd May 2020, 1:25 AM
Sandra Meyer
Sandra Meyer - avatar
- 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...
22nd May 2020, 1:07 AM
Sandra Meyer
Sandra Meyer - avatar