The program prints numbers 1 - 100, but:
if the number is a multiple of 3, it will print "Fizz"
if the number is a multiple of 5, it will print "Buzz"
if the number is a multiple of both 5 and 3, i
A program that asks for the size of the array and the user can input a number of sentences, depending on the array size, and then outputs all the sentences in a table along with their numerical order. Run It Now!