Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: [QUOTE=ChrisHunter;1709433]Threading a needle is easy if you use a big needle[/QUOTE] needles float on water | |
Re: try this...this syntax might not be the answers that your expecting.... public class qwe { public static void main(String []args) { int array []= {1,2,4}; for( int x = 0; x < array.length; x++) { System.out.println(array[x]); } } } |
The End.