I need you to develop some software for me. I would like this software to be developed for Windows

Completed Posted 7 years ago Paid on delivery
Completed Paid on delivery

The Binary Number System

In the familiar base 10 system, the smallest (rightmost) digit of a number is the ones place (100). The next digit is in the tens place (101), and the next one is in the hundreds place (102) and so forth. Thus the number 122 is really (1 * 102) + (2 * 101) + (2 * 100). Each digit is worth a power of 10 more than the digit to the right of it in the base 10 system.

Similarly, in the binary number system, the smallest (rightmost) digit of a number is the ones place (20). The next digit is in the twos place (21), and the next one is in the fours place (22) and so forth. Thus the number 101 is really (1 * 22) + (0* 21) + (1 * 20) = 5. Each digit is worth a power of 2 more than the digit to the right of it in the base 2 system.

Write a program to display all of the binary digits of a number. You program should continue as longer as user wishes. input numbers must be validated (no negative integers are allowed).

Hint:

To find a binary digit, print the remainder number % 2, then replace the number with number/2. Repeat this process until the number is 0.

SAMPLE OUTPUT:

Enter a number for binary conversion=>13

Binary Number

1 (0 position)

0 (1 position)

1 (2 position)

1 (3 position)

Another number to enter =? , type 1 for yes and any other number for no=>1

Enter a number for binary conversion=>10

Binary Number

0 (0 position)

1 (1 position)

0 (2 position)

1 (3 position)

Another number to enter =? , type 1 for yes and any other number for no=>2

C Programming C++ Programming Software Architecture Windows Desktop

Project ID: #11667859

About the project

8 proposals Remote project Active 7 years ago

Awarded to:

mahreen123

hi, I am a programmer, software engineer...I had worked in c,c++ and c# ..I have understood the task..I can do it accurately for you...

$30 USD in 3 days
(1 Review)
0.6

8 freelancers are bidding on average $21 for this job

vw11221122

I have a demo msg me if you want to see ____________________________________________________________

$25 USD in 1 day
(72 Reviews)
5.5
skriyaz09

I have been working as a software developer for more than one and half year on C++ and having good knowledge on algorithms and data structures

$20 USD in 1 day
(0 Reviews)
0.0
BugBasher

I can code this in any language you want. C,Java or C#. I am very fluent in DS and algo and corner case handling.

$25 USD in 1 day
(0 Reviews)
0.0
Kumayl77

Hi, i am an engineer by profession and have them some great projects using C++ and C programming. I have made a minesweeper game in C++, a dynamic maze solver robot in Arduino (C Programming). The algorithm to your More

$25 USD in 7 days
(0 Reviews)
0.0
salmaAlameir2

I previously made this program (decimal to binary converter) as a part of my c language project at school I can provide you with this program mostly 2 hours after you accept the bid

$10 USD in 1 day
(0 Reviews)
0.0