Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz.

Management said I needed to pass FizzBuzz.

  • Print numbers from 1 to 100.
  • For numbers divisible by three, print "Fizz".
  • For numbers divisible by five, print "Buzz".
  • For numbers divisible by both three and five, print "FizzBuzz"

Unknowns:

Language. Speed vs Readibilty. One Liners?

Useage

Do development:

make dev

Purpose.

Multiple recruiters have said that some interviewees can not pass the FizzBuzz test.

While I have been programming for a few years. I have never known if I could pass it.

So to prove in future interviews I can pass it without having to do it twice.

IDE: nano Development Stack: Linux Mint 22 (Ubuntu 24.04), Python 3.12.

About

Interview Question.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages