Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 323 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 323 Bytes

FizzBuzz-common-Interview-cpp

Fizz Buzz is a very simple programming task, asked in software developer job interviews. A typical round of Fizz Buzz can be: Write a program that prints the numbers from 1 to 100 and for multiples of '3' print “Fizz” instead of the number and for the multiples of '5' print “Buzz”.