Mark As Completed Discussion

Try this exercise. Is this statement true or false?

The FizzBuzz program involves printing the numbers from 1 to 100, replacing multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both 3 and 5 with "FizzBuzz".

Press true if you believe the statement is correct, or false otherwise.