Login Register






Number System Problem filter_list
Author
Message
Number System Problem #1
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]

Reply

RE: Number System Problem #2
Code:
http://sampleprogramz.com/java/binary.php#

check this it will guide you !!
[Image: blackeagle_zps6ad86521.gif]

Reply

RE: Number System Problem #3
(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
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Number System Problem #4
http://www.hackcommunity.com/Thread-numb...ing+system

Look for Java Solutions. This is what you want.
[Image: OilyCostlyEwe.gif]

Reply