Verizon Interview Question

Fizzbuzz Programming Question

Interview Answer

Anonymous

Jun 10, 2020

I just wrote and explained some code(not in depth) on how you would use the modulo (%) and if...else conditions to print Fizz (3), Buzz (5), and Fizzbuzz (3&5) in the correct order of course and they liked and accepted the answer