Im trying to create a program that calculates the number of integers in a given range that are not divisible by three primes and then gives me their total (i.e the total number of integers) e.g calculate the number of integers between 8 and 450 that are neither divisible by 3, 5 or 7. NOTE: the five numbers should not be fixed in the program but should be variables that the user can key in cin>>. Any ideas how to go about it?