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
- Int2BinStr
Problem Testing
- Click Browse... to choose the file on your local system
you'll test.
- Click Submit to test the program.
Solution Submission
- Once your method is ready submit it using the Eclipse system to cps104/PPZ1.