The Fizz Buzz coding challenge is a classic test of programming fundamentals. Showcased to aspiring developers, this seemingly simple task involves writing a program that prints numbers from 1 to a specified limit. However, there's a catch: for every multiple of 3, the program should output "Fizz" instead of the number, and for every multiple of 5,