CPS-104 Programming Puzzle 1

Convert a Positive Integer into a String of Binary Digits.

Submit the Java file Int2BinStr.java to the cps104 PPZ1 directory. You must use the right name or your program will not test properly. You can save the code as PackingObjects.java then submit that file to see how the system works.

If you use this page again you'll have to reload/rebrowse for the program and reselect the problem.


Problem statements

  1. Int2BinStr

Problem Testing

 

Solution Submission

Problem:

Source Code:
Programming language: