hi i am newbie to java.. i have a problem... the following is my scenario:
1. get binary input from user (say 10110) - using AWT- text box
2.save this as a double array or int array as
according to the previous example
a[0] = 1
a[1] = 0
a[2] = 1
a[3] = 1
a[4] = 1
can anyone tell me the way to do this?? i am getting struck in converting string into binary.. i exactly want each binary number entered to be stored as separate array values.. pls help..
