Given a list of integers, return the sum of all elements that are multiples of 7.
[3, 14, 21, 9, 28, 5]
63
Bot