Genpact interview question

Write a program to Print Fizz, Bizz, FizzBizz based on the given input string.

Interview Answer

Anonymous

1 June 2021

I wrote a code and explained how it works. It passed all the cases. I even explained error log in the beginning.