The Artima Developer Community
Sponsored Link

Java Answers Forum
help with this problem would be nice...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Amber K

Posts: 6
Nickname: amberk
Registered: Mar, 2002

help with this problem would be nice... Posted: Mar 10, 2002 9:26 AM
Reply to this message Reply
Advertisement
Problem type: Recursion / Java Data Structures
Problem: Develop an iterative version of the WriteBinary method. Test that method with a processInput (String s) method that converts s to a decimal integer and then calls writeBinary.
Hint: Use a while loop to generate the bit values, an array to hold those values, and a for loop with a negative step to write out those values.

A complete solution would be awesome! and thank you in advance!

Amber :)

Topic: how get todays Date with format in Date Object Previous Topic   Next Topic Topic: Where does object live?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use