Question: Write the whole program C++ please !! Thanks Write a program that prints the numbers from 1 to 100. Multiples of three print Fizz instead
Write a program that prints the numbers from 1 to 100. Multiples of three print "Fizz" instead of the number. Multiples of five instead print "Buzz". Numbers which arc multiples of both three and five instead print "FizzBuzz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
