number converter systemlike converting decimal to binary to hexadecimal to octal
Page 1 of 1
6 Replies - 2128 Views - Last Post: 30 December 2009 - 06:57 PM
#1
number converter system
Posted 30 December 2009 - 11:10 AM
can somebody help me in converting..... like converting decimal to binary to hexadeciamal and to octal.... plz help me guyz...... plz plz....... coz i don't know how to converter..... plz.... plz help me.... and also i haven't created a code yet.... i don't know what to do.... and at home i only have a JCREATOR language...... thank you so much
Replies To: number converter system
#2
Re: number converter system
Posted 30 December 2009 - 11:12 AM
JCreator isnt a language. You have to start somthing of yourself
[rules]
[/rules]
[rules]
[/rules]
#3
Re: number converter system
Posted 30 December 2009 - 11:28 AM
im sorry..... ok i will.... thank you....
#4
Re: number converter system
Posted 30 December 2009 - 03:57 PM
look at the modulo operator which is % in Java as in C/C++
then you simply need a loop where you first % theBaseYouWant and then divide the number by the base
then you simply need a loop where you first % theBaseYouWant and then divide the number by the base
#5
Re: number converter system
Posted 30 December 2009 - 03:59 PM
ziC, on 30 Dec, 2009 - 02:10 PM, said:
can somebody help me in converting..... like converting decimal to binary to hexadeciamal and to octal.... plz help me guyz...... plz plz....... coz i don't know how to converter..... plz.... plz help me.... and also i haven't created a code yet.... i don't know what to do.... and at home i only have a JCREATOR language...... thank you so much 
Also, please respect rule #2 of this forum. It states:
Quote
Use proper English. Correct grammar and spelling is required.
#6
Re: number converter system
Posted 30 December 2009 - 04:02 PM
have a look through code snippets as well, they are here to help: http://www.dreaminco...dosmember=97990
#7
Re: number converter system
Posted 30 December 2009 - 06:57 PM
thank you for the help guys..... and also i will work with my grammar and spelling......
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote








|