write a c program that keeps track of the number of parts produced by a robot factory. the program must have two six (6) element arrays to keep track of the names of the parts and the number produced of each part. these will be two parallel arrays - one will be of strings and the other will be of integers. the names of the six (6) parts the factory produces are small gear, large gear, small actuator, large actuator, heat sink, and fusion core. use an initialization list to store these names in your array of strings. then ask the user one by one for the quantity the factory produces of each part.