Write a function that takes three random integers and prints out their sum, prod
ID: 3663427 • Letter: W
Question
Write a function that takes three random integers and prints out their sum, product, average, maximum, and minimum values. Create a prompt asking the user to input the range the random integers should fall in (i.e. a random number between 0 and 21). Run you program three times to show that the answers are different for each run. Take a screen shot of each run and submit them along with the source file on Blackboard.
Hint: Declare the average variable as a float and figure out how to display the correct value.
PLEASE I need the right solution.