Question: For this problem, assume you have a variable of type string, named firstName. Write a conditional statement that will output to the console either, Fizz,
For this problem, assume you have a variable of type string, named firstName. Write a conditional statement that will output to the console either, Fizz, Buzz or Fizzbuzz based upon whether the number of characters in firstName is a multiple of 3 (Fizz), a multiple of 5 (Buzz) or a multiple of both 3 AND 5 (Fizzbuzz). Note, you might want to use the Length property of a string and the modulo operator (%).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
