Tag: fizzbuzz

  • PowerShell Fizz Buzz

    Often in programming interviews the Fizz Buzz question is posed as a way to vet a candidate’s understanding of programming logic. Here is a PowerShell solution to this question.