Write a program that program that use a for loop to loop through the whole numbers from 100 to 200 and prints the following:
the number, followed by the word "World", if the number if divisible by 5
the number, followed by the word "Cup", if the number is divisible by 3
the number, followed by the words "World Cup!", if the number is divisible by both 5 and 3
