FizzBuzz: Allow Custom Input Range
Description:
The FizzBuzz program currently prints numbers from 1 to 100 with the FizzBuzz logic applied.
Task:
- Modify the program to allow the user to specify a custom range for FizzBuzz.
- Ensure the logic applies correctly within the specified range.
FizzBuzz: Allow Custom Input Range
Description:
The FizzBuzz program currently prints numbers from 1 to 100 with the FizzBuzz logic applied.
Task: