Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 6. Define a function called func_histogram that takes a 5 integers and prints a histogram to the screen. For example, func_histogram(4, 9, 7, 9, 1) should print the following:
  2. 7. ****
  3. 8. *********
  4. 9. *******
  5. 10. *********
  6. 11. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement