Create a program that will accept 3 numbers. The first number (num1) is the common difference and the second number (num2) is the starting number and the 3rd number (num3) is the maximum number. Create a looping statement that will continuously add num1 starting from the start number (num2) but not greater than the max number (num3).