Question: In a program called DecimalToBinary.java: Write a method called convertToBinary that accepts an integer as a parameter and returns a String containing that integers binary

In a program called DecimalToBinary.java:

Write a method called convertToBinary that accepts an integer as a parameter and returns a String containing that integers binary representation.

For example. the call of convertToBinary(44) should return 101100

Convert positive decimal number (int) to binary: http://www.wikihow.com/Convert-from-Decimal-to-Binary

main method

Include an indefinite loop that continues to prompt the user until they type -1 to quit

Include checks for invalid input (non-int or negative other than -1) and reprompts the user

Get convertToBinary working correctly before you work on the loops of the main method.

Your code should include assertion comments.

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!