read 20 even numbers from the keyboard (do input validation). Save these numbers in an array size 20. Find the minimum value of these numbers and then subtract the minimum value from each element of the array. In c programming please.