Question: Using dr.java 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
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 parselnteX, 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
Get step-by-step solutions from verified subject matter experts
