Write a recursive method called writeBinary that accepts an integer as a parameter and writes its binary

Question:

Write a recursive method called writeBinary that accepts an integer as a parameter and writes its binary representation to the console. For example, writeBinary(44) should print 101100.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: