Question: Please answer this in C# or Javascript: Write a program that counts from any number (under 100) in decimal down to 0 in binary output.
Please answer this in C# or Javascript:
Write a program that counts from any number (under 100) in decimal down to 0 in binary output. DO NOT use the ToString() method. For example, the following line in a code snippet: BinCount(5); Would produce: 101 100 11 10 01 00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
