Write a program to do the following:
· Use a for loop to sum all of the numbers between 1 and 50 that are divisible by 5.
· Use a while loop to sum all of the numbers between 1 and 50 that are...