GitHub / yashvardhan-rustedlegend / 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”.
Stars: 2
Forks: 0
Open issues: 0
License: gpl-3.0
Language: C++
Size: 15.6 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: about 3 years ago
Pushed at: over 4 years ago
Last synced at: about 2 years ago
Topics: cpp, fizz-buzz, if-else-statements, interview-questions