Earlier quoted context omitted.
Anyone with a CS degree can write a fizzbuz
Wow, didn't realize this was a comedy site. Speaking from personal experience, the number of people with multiple years of experience and multiple degrees in CS (usually BS and MS) who can't pass FizzBuzz is really high .
#include
using namespace std;
int main()
{
for (int i = 1; i