Exercise B(d) | Binary Equivalent of a Number using Recursion
Duration: 12:40 Min | Sep 03, 2023
A positive integer is entered through the keyboard, write a function to find the binary equivalent of this number:
(1) without using recursion
(2) using recursion