I've written a decimal to binary conversion program, and I need to print the array. So I'd like to print something like:
The output of that is "Your result is: 4" I'm assuming it is because the array is getting converted to a string automatically. How can I achieve the output I'm looking for?