Results 1 to 2 of 2
Thread: help regarding getting input
- 12-10-2010, 05:42 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
help regarding getting input
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..
- 12-10-2010, 06:52 PM #2
Member
- Join Date
- Sep 2010
- Posts
- 56
- Rep Power
- 0
Similar Threads
-
Need help getting input(first/last name) from user
By nightrise420 in forum New To JavaReplies: 11Last Post: 09-11-2010, 03:09 AM -
Input JOptionPane
By nic21 in forum AWT / SwingReplies: 1Last Post: 11-18-2009, 05:32 PM -
Input help
By rice in forum New To JavaReplies: 6Last Post: 09-26-2009, 07:07 PM -
Input technique for unknown lines of input
By ducreative in forum New To JavaReplies: 16Last Post: 09-23-2009, 09:26 AM -
how to take input and verify input in Java programs
By bilal_ali_java in forum Advanced JavaReplies: 0Last Post: 07-21-2007, 08:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks