Complete the program below so that it prompts for and reads in three integer values, and then prints out the smallest of the three.
For example, one sample run of this program looks like the following:
Please enter three integer values: 66 22 34 Smallest: 22