how do i write a C program that inputs three different integers from the keyboard, and then prints the sum, the average, and the product of these numbers? ex: input: if the user was to input 11, 29 and 17. output: Input three different integers: 11 29 17 Sum is 57 Average is 19 Product is 5423