C++ Decimal to Binary Converter using Array
ฝัง
- เผยแพร่เมื่อ 4 พ.ย. 2024
- Coding Laboratory 9:
From: Grace Hooper (Test Engineering Manager)
Subject: Decimal to Binary Converter App
Good day!
I am reaching out into your programming expertise. Would you be able to lend a hand to my team?
We’re currently working on a hardware module that communicates with binary. However, the data we have is in decimal format. Can you make a C++ program that smoothly converts decimal numbers into their binary equivalents?
Let’s start with 4-bit converter and expand the capability later.
Here’s the overview of what the output should look like:
Enter decimal number: 7
The binary equivalent is: 0111
Your ongoing support is greatly appreciated!
Best Regards,
Grace
P.S. Use Array