Sinisterly
Number System Problem - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.li/Forum-Java-JVM-JRE)
+--- Thread: Number System Problem (/Thread-Number-System-Problem)



Number System Problem - cervito21 - 07-13-2014

Hi Guys can help me with this?
I want to create a program of number system for my
juniors,

My plan is this,
Select the base,
and then it must be converted to the tree.

Ex. I choose binary
then it must be
converted to the tree other type. octal, hex and decimal


I hope you can help me this thing. :Heart::Embarrassed:[/size][/font]


RE: Number System Problem - blackeagle - 07-13-2014

Code:
http://sampleprogramz.com/java/binary.php#

check this it will guide you !!


RE: Number System Problem - Ex094 - 07-13-2014

(07-13-2014, 09:04 AM)blackeagle Wrote:
Code:
http://sampleprogramz.com/java/binary.php#

check this it will guide you !!

These examples use built in Function from the Java Library, better would be to program the conversion functions on your own


RE: Number System Problem - Psycho_Coder - 07-13-2014

http://www.hackcommunity.com/Thread-numbering-system-converter?highlight=numbering+system

Look for Java Solutions. This is what you want.