Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Quick Summary description and gif mismatch (README.md) #389

Closed
Trimankaur opened this issue Oct 2, 2020 · 1 comment
Closed

Quick Summary description and gif mismatch (README.md) #389

Trimankaur opened this issue Oct 2, 2020 · 1 comment

Comments

@Trimankaur
Copy link
Contributor

Quick summary:

FizzBuzz is a program that prints the numbers from 1 to 100. But for multiples of three it prints “Fizz” instead of the number and for the multiples of five, it prints “Buzz”. For numbers which are multiples of both three and five it prints “FizzBuzz”.

The summary states that we need to print numbers from 1 to 100, but in the gif, the numbering starts from 0. (′ʘ⌄ʘ‵)

@NullDev
Copy link
Owner

NullDev commented Oct 2, 2020

This is just a visual representation of the algorithm. Doesn't really matter if you start at 0 or 1.
Thanks anyway :)

@NullDev NullDev closed this as completed Oct 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants