The Artima Developer Community
Sponsored Link

Java Answers Forum
decimal To Binary

4 replies on 1 page. Most recent reply: Mar 24, 2007 5:04 AM by Rob wheeler

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 4 replies on 1 page
Rob wheeler

Posts: 39
Nickname: rob1978
Registered: Jan, 2007

decimal To Binary Posted: Mar 22, 2007 9:40 AM
Reply to this message Reply
Advertisement
Hello Again all well i have come a bit unstuck with my new assignment , and this is to produce a html page with a dec-bin converter. I can create the box no problem but what i am having trouble doing is the calculations to print the binary string out in graphical form the 1's and 0's. We are having to use the range of integers as (-2,147,483,648 to 2,147,483,647) i know there ias a simple java code to calculate this but i would like to know if anyone has got a more technical way of calculating..
Regards Rob


Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: decimal To Binary Posted: Mar 23, 2007 3:10 AM
Reply to this message Reply
Why don't you want to do it the 'simple' way that you know of. How complicated do you want the complicated way to be?

Rob wheeler

Posts: 39
Nickname: rob1978
Registered: Jan, 2007

Re: decimal To Binary Posted: Mar 23, 2007 10:28 AM
Reply to this message Reply
good Question the reason i want it to be not just the simple way is that i need to find a formula to make the code about 75 lines long and also it is supposed to be better to know the different formulas.

Do you have any idea

Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: decimal To Binary Posted: Mar 23, 2007 5:11 PM
Reply to this message Reply
Think about how you would convert a decimal to a binary if you were using a pencil and paper and then simply code the solution to work in the same way.

Rob wheeler

Posts: 39
Nickname: rob1978
Registered: Jan, 2007

Re: decimal To Binary Posted: Mar 24, 2007 5:04 AM
Reply to this message Reply
you obviously have not seen me convert decimal to binary lol thanx anyway

Flat View: This topic has 4 replies on 1 page
Topic: decimal To Binary Previous Topic   Next Topic Topic: Menu Driven Program

Sponsored Links



Google
  Web Artima.com   

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