Question: Code using Integer.parseInt( ) in dr.java but not the automatic converter Homework 00 Binary Changer 02/01/2019 at 11:55PM Objective: Write a program that accepts two

Code using Integer.parseInt( ) in dr.java but not the automatic converter  Code using Integer.parseInt( ) in dr.java but not the automatic converter

Homework 00 Binary Changer 02/01/2019 at 11:55PM Objective: Write a program that accepts two four-digit binary numbers, converts them to decimal, adds them together, and prints both the decimal and binary result of that addition. You may assume the user will only give numbers that will add up to 15, so do not worry about doing checks above that. You may NOT use Integer.parseInt(X, 2) or any automatic converter. You MUST use the MOD(%) operator as a part of your solution. Example Dialog: Enter a 4 bit binary number 0111 Enter another 4 bit binary number 0010 The first number is 7 The second number is 2 Added together is 9 Which is 1001 in binary Finally: Upload the java file to the dropbox

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!