Problem Sets
Write a program that finds the sum of all numbers between 0 and 120 (inclusive) that are multiples of 4 or 5.
BONUS: allow the user to input their own values for all four variables (both ends of the range and the factors to find multiples).
Like