|
|
|
|
|
by strken
4 days ago
|
|
Fizzbuzz is interesting because it relies on either the candidate remembering the modulo operator, or the interviewer allowing them to write a modulo function. I can understand why a candidate could forget how to find the remainder from an integer division. The bigger issue is not having seen fizzbuzz before, really. |
|