Capgemini interview question

Write an algorithm to convert integer to binary

Interview Answer

Anonymous

2 Oct 2016

I wrote down the algorithm on a piece of paper, by using the logic of decimal to binary conversion in java