Ask the user to input 3 integer values. Then, find the minimum value of the three inputted. Make sure you use user friendly prompts, and display the result of the computation to the screen. Make 3 runs with the program and the values to use as input in this order: 3,76,-17----first run, 76,-17,3----second run, -17,3,76 third run. I did tried every examples but still don't get it right. Help out with explanation