Thank you! Base on all the methods 1-4, I want to write another method: The spec for method 5 A method to print a text-based histogram takes one parameter, an array of integers no return value Image 1 is the example of the expected output Hint: it bacsically means: for example, if I have number 20 appears one time in my method, then we print a star(*) after number 20. I think we can use this method 4 to get this information.
Thank you!
Base on all the methods 1-4, I want to write another method:
The spec for method 5
A method to print a text-based histogram
-
takes one parameter, an array of integers
-
no return value
Image 1 is the example of the expected output
Hint: it bacsically means: for example, if I have number 20 appears one time in my method, then we print a star(*) after number 20. I think we can use this method 4 to get this information.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images
Thank you base on this question I want to write one more method.
The spec for this method is
write a method to print out the Mode
for example, in ur
plz provide a screenshot of your code when it's finished.
Thanks!
Thanks!
base one your
plz provide a screenshot of your code when u done