Physics projection algorithm

I have a machine that shoots canon balls into three different barrels, each on a different x axis,

I need to be able to shoot at an arc into the target barrel, the target barrel will be randomly determined right before the ball is fired, the barrels will be randomly placed from stage to stage

the friction and gravity applied are constant variables, how can i determine both the correct x and y veleocity to shoot the balls out
so that they end up in the correct barrel. I don’t want to hard code any variables