A computer program has three types of instructions. 40% instructions of the program are load instructions, 30% instructions of the program are arithmetic operations, and the rest of the instructions floating point instructions. Each load instruction takes 5 clock cycles to execute. Each arithmetic operation takes 10 clock cycle to execute. And Each floating point instructions takes 12 clock cycle to execute. Calculate the value of Clock Per Instruction (CPI).